/pomodoro-timer

Progressive Web App experiments with a React pomodoro timer

Primary LanguageJavaScript

Pomodoro Timer

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 ?

  1. Start a timer
  2. Work until the timer rings
  3. Take a short break
  4. Every 4 pomodoros (work periods), take a longer break

Demo

https://romaindso.github.io/pomodoro-timer/

Features

  • PWA capacities, works offline
  • Material design with material-ui

Installation

Clone this project, then run in your console :

$ npm install

Launch

Dev mode

$ npm start

Prod mode

$ npm run build