8000 GitHub - PabloPenia/pomodoro-timer: A timer with the Pomodoro technique made with ReactJs.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PabloPenia/pomodoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro Timer

A simple timer following the Pomodoro Technique, also known as 25+5 clock.


Pomodoro Technique

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.

Build the demo

Requires nodeJs >= 16

  1. clone this repo

    $ git clone https://github.com/PabloPenia/pomodoro.git
  2. install dependencies

    $ npm ci
  3. Start or Build

    $ cd pomodoro
    $ npm start

    or

    $ cd pomodoro
    $ npm build

See package.json for more npm scripts.

About

A timer with the Pomodoro technique made with ReactJs.

Topics

Resources

License

Stars

Watchers

Forks

0