/focus-time

app to keep yourself focused on a specific task

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

FocusTime Maintainability

logo

Android app to keep you focused

Features

  • Allows the user to create a task
  • Allows the user to set time(10/20/30 minutes) to focus on the said task
  • Let user cancel task any time
  • Keeps track of task history
  • Task history can be cleared when the mess is big

Run Locally

  1. Clone this repository using git clone https://github.com/abdus/focus-time.git
  2. Change directory to focus-time
  3. Install dependencies using yarn
  4. Start Metro server by running yarn start
  5. Install and Start App by running yarn android (in a separate terminal)

If you just want to try out an APK, you can find it in release page.

Screenshots

Screenshot_1614188576.png Screenshot_1614188590.png Screenshot_1614188608.png Screenshot_1614188613.png

Built With

License

Source code is licensed under GPL-3.0 License

Attributions

Feature-wise, this app is same with the one from Complete React Native Developer in 2021: Zero to Mastery. I took my own path for the codebase.

Similar Projects