Skip to content

FidelisClayton/elm-pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-pomodoro

Elm Pomodoro

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.

This Pomodoro app has 3 modes, Work, Social and Coffee which has 25 minutes, 5 minutes and 15 minutes respectively.

Install

After clone this repo, run npm install inside the project folder to install and build the project dependencies.

Run

To run this project you just need to run npm start to start the development server at localhost:3000. Enjoy it!