Android app to keep you focused
- 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
- Clone this repository using
git clone https://github.com/abdus/focus-time.git
- Change directory to
focus-time
- Install dependencies using
yarn
- Start Metro server by running
yarn start
- 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.
Source code is licensed under GPL-3.0 License
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.