A Simple timer to boost your productivity
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros, the plural in English of the Italian word pomodoro (tomato), after the tomato-shaped kitchen timer that Cirillo used as a university student.
https://en.wikipedia.org/wiki/Pomodoro_Technique
How does it work ?
- Start a timer
- Work until the timer rings
- Take a short break
- Every 4 pomodoros (work periods), take a longer break
https://romaindso.github.io/pomodoro-timer/
- PWA capacities, works offline
- Material design with material-ui
Clone this project, then run in your console :
$ npm install
Dev mode
$ npm start
Prod mode
$ npm run build