Pomodoro timer for developers.
Webized version to interact with Solid.
- Times available
- Timer for code - 25min
- Timer for social - 5min
- Timer for Coffee - 15min
- Alarms available
- Web Notifications
- Vibration
- Songs
- Play button
- Pause button
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
1 - Prepare the environment:
$ npm install -g webpack
2 - Clone the project and install the dependencies:
$ git clone https://github.com/afonsopacifer/react-pomodoro.git
$ cd react-pomodoro
$ npm install
3 - Run webpack and webpack-dev-server:
$ npm start
Go to: localhost:8080