This is a simple material-design pomodoro timer to help you focus.
- Session times can be customized
- Browser notifications
- Alarm sound when a session end
- Dark / Light Themes
- Progressive Web App (can be installed as an app from the browser)
- Privacy-friendly: Settings (and any upcoming user data such as stats) are saved locally in the browser.
You can try PomoDo here:
https://pomodo.momansour.me/
Clone the project
git clone https://github.com/itsmohmans/PomoDo.git
cd PomoDo
Install dependencies (node v18)
npm i
# or
pnpm i
Run the app on http://localhost:3000
npm run dev
# or
pnpm dev
-
Statistics (WIP in feat/stats branch)
-
Simple tasks / to-do list under the timer
-
Import / Export data
-
More sounds and colors options
-
Offline support in PWA mode
Contributions are always welcome!
Feel free to open an issue if you found a bug or want to recommend a feature. Also, PRs are welcome.