FocusNow is a mobile productivity app built with React Native (Expo) that helps you stay organized using the Getting Things Done (GTD) methodology. Capture tasks, assign projects and contexts, and stay focused on what matters next.
- 📥 Inbox — Quickly capture unprocessed tasks.
- ⚡ Next Actions — See only the tasks you can work on right now.
- 📂 Projects — Group related tasks under a shared outcome.
- 🧠 Contexts — Filter tasks by environment (e.g.,
@home
,@computer
,@errands
). - ✅ Toggle Completion & Next Action — Easily manage status of each task.
- 🗑️ Delete Tasks — Clean up tasks no longer needed.
- 📅 Auto-Timestamp — Tasks are created with custom date info.
- 🧭 Dynamic Routing — Project-based navigation using Expo Router.
- React Native (via Expo)
- Redux Toolkit for state management
- Expo Router for dynamic navigation
- TypeScript
- Clone the repo:
git clone https://github.com/tanmayvaij/focus-now.git
cd focus-now
- Install dependencies:
npm install
- Run the app:
npm start