The Pomodoro
A simple pomodoro timer built with ReactJS. See it in action.
What is this?
The Pomodoro provides you with a timer to keep you productive throughout the day. The timer switches between 25 minute and 5 minute intervals. Im working on allowing users to specify their own interval length.
How It Works
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. The method is based on the idea that frequent breaks can improve mental agility. - Wikipedia
Contributing
If you feel you have something to add to this project, feel free to make a pull request! This was one of my first React projects and I'm always looking for feedback. Criticism is welcome! The app was built with pure React using create-react-app
.
Getting Started
git clone git@github.com:jake-wies/pomodoro-react.git
cd pomodoro-react
npm install
npm start