This project is the base repository for developing Daily Focus. Built with React.js & Capacitor.js and basic hooks.
In this simple MVP, you can add and delete timers, and then start, pause, or reset them. The timers run on the background and, with Capacitor, a notification will be displayed when the timer completes.
If you want to try Daily Focus, click on the above image or the link below.
Simply clone the repository. Then run the following command:
npm run install && npm run dev
And then to run on iOS or Android with Capacitor, either run
npx cap run ios or npx cap run android
Thanks to Cobey Hollier for developing Daily Focus with me.



