A simple timer following the Pomodoro Technique, also known as 25+5 clock.
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s.
It uses a kitchen timer to break work into intervals, typically 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 Cirillo used as a university student.
The technique has been widely popularized by 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.
Requires nodeJs >= 16
-
clone this repo
$ git clone https://github.com/PabloPenia/pomodoro.git
-
install dependencies
$ npm ci
-
Start or Build
$ cd pomodoro $ npm start
or
$ cd pomodoro $ npm build
See package.json for more npm scripts.