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. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer that Cirillo used as a university student.
The technique has been widely popularized by dozens of apps and websites providing timers and instructions. Closely related to concepts such as timeboxing and iterative and incremental development used in software design, the method has been adopted in pair programming contexts.
There are six steps in the original technique:
1. Decide on the task to be done.
2. Set the pomodoro timer (traditionally to 25 minutes).
3. Work on the task.
4. End work when the timer rings and put a checkmark on a piece of paper.
5. If you have fewer than four checkmarks, take a short break (3โ5 minutes) and then return to step 2; otherwise continue to step 6.
6. After four pomodoros, take a longer break (15โ30 minutes), reset your checkmark count to zero, then go to step 1.
For the purposes of the technique, a pomodoro is the interval of time spent working.
npm install
npm start
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.