Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirodoht/ketchup
Pomodoro timer in React
https://github.com/sirodoht/ketchup
pomodoro react
Last synced: 5 days ago
JSON representation
Pomodoro timer in React
- Host: GitHub
- URL: https://github.com/sirodoht/ketchup
- Owner: sirodoht
- License: mit
- Created: 2016-02-06T15:08:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T22:52:40.000Z (over 4 years ago)
- Last Synced: 2024-08-02T16:43:40.272Z (3 months ago)
- Topics: pomodoro, react
- Language: JavaScript
- Homepage: https://sirodoht.github.io/ketchup/
- Size: 1.03 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ketchup
> A pomodoro technique timer
Build with React with the help of webpack and babel.
Saves data on Local Storage.## Setup
```sh
npm install
npm start # watch files and auto webpack build
npm run build # webpack build
npm run prod # webpack -p (production build)
```## What is Pomodoro?
* 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## Palette
https://coolors.co/app/2b2d42-8d99ae-edf2f4-ef233c-d90429
## Todo
* Edit task
* Fix alarm sound
* Tooltips for help
* http://www.tippedjs.com/
* http://iamceege.github.io/tooltipster/
* http://www.opentip.org/
* https://github.com/react-component/tooltip
* http://getbootstrap.com/javascript/#tooltips
* More info about pomodoro
* Logo
* Desktop notifications
* Make pause button to resume when clicked
* Tasks export## License
MIT