A pomodoro technique timer
Build with React with the help of webpack and babel. Saves data on Local Storage.
npm install
npm start # watch files and auto webpack build
npm run build # webpack build
npm run prod # webpack -p (production build)
- http://pomodorotechnique.com/
- https://en.wikipedia.org/wiki/Pomodoro_Technique
- https://medium.com/swlh/how-to-work-40-hours-in-16-7-d9038681e652#.6mi2c9h5b
- https://medium.com/skhack-life-2-0/multiply-your-productivity-with-pomodoro-eeac2645a78e#.76017pmwu
https://coolors.co/app/2b2d42-8d99ae-edf2f4-ef233c-d90429
- Edit task
- Fix alarm sound
- Tooltips for help
- Logo
- Desktop notifications
- Make pause button to resume when clicked
- Tasks export
MIT