- Pomodoro Clock App is a customizable pomodoro timer that works on desktop & mobile browser.
- The aim of this app is to boost your productivity.
- This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo.
satvikchachra.github.io/pomodoro-clock
- Color transition to switch moods between work time and rest time
- Audio notification at the end of a timer period
- Customizable timer intervals to suit your preference
git clone https://github.com/satvikchachra/pomodoro-clock.git
cd pomodoro-clock
npm install
npm start
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.