Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Organizer

An offline-first Expo app for planning tasks, running Pomodoro sessions, splitting epics across dates, and reviewing daily work totals.

What is local-only

  • Tasks, epics, deadlines, timer state, and reports are stored on the phone using expo-sqlite/kv-store.
  • There is no backend and no web server dependency for the app's data.
  • Expo's development server is only used while you are testing through Expo Go. A standalone Android APK or iOS build runs without that server.

Run on your phone with Expo Go

  1. Install dependencies:

    npm install
  2. Start Expo:

    npx expo start
  3. Install Expo Go on your phone and scan the QR code.

Install as a standalone app

For a quick Android APK:

npx eas build -p android --profile preview

For iPhone, use EAS Build with your Apple developer account:

npx eas build -p ios --profile preview

Features

  • Add tasks with planned dates, deadlines, notes, and Pomodoro estimates.
  • Run a Pomodoro timer against any open task.
  • Mark tasks complete and credit their allocated time into reports.
  • Create epics and split child tasks across consecutive calendar dates.
  • Browse tasks through a monthly calendar.
  • See daily reports for planned tasks, completed tasks, tracked time, and credited work time.

About

An offline-first Expo app for planning tasks, running Pomodoro sessions, splitting epics across dates, and reviewing daily work totals.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages