File tree Expand file tree Collapse file tree 5 files changed +43
-11
lines changed Expand file tree Collapse file tree 5 files changed +43
-11
lines changed Original file line number Diff line number Diff line change 1- ![ Website] ( cover.png )
2-
31# React Pomodoro
42
5- [ ![ release] ( https://img.shields.io/badge/release-v0.1 .0-green.svg )] ( https://github.com/afonsopacifer/react-pomodoro/archive/0.1 .0.zip )
3+ [ ![ release] ( https://img.shields.io/badge/release-v0.2 .0-green.svg )] ( https://github.com/afonsopacifer/react-pomodoro/archive/0.2 .0.zip )
64
75> Pomodoro timer for developers.
86
97## Features
108
11- ![ notifications] ( notifications.png )
12-
13- - Times available
9+ - ** Times available:**
1410 - Timer for code - 25min
1511 - Timer for social - 5min
1612 - Timer for Coffee - 15min
17- - Alarms available
18- - Web Notifications
13+ - ** Time display:**
14+ - Page display
15+ - Title display <br ><br >
16+ ![ title] ( title.jpg )
17+ - ** Alarms available:**
18+ - Web Notifications <br >
19+ ![ notifications] ( notifications.png )
1920 - Vibration
2021 - Songs
21- - Play button
22- - Pause button
22+ - ** Basic controls:**
23+ - Play button
24+ - Pause button
2325
2426## Versioning
2527
@@ -48,6 +50,12 @@ $ npm start
4850
4951Go to: [ localhost:8080] ( http://localhost:8080/ )
5052
53+ ## Tasks available
54+
55+ - ` $ npm start ` - Run webpack and webpack-dev-server
56+ - ` $ npm run build ` - Generates the bundle.js
57+ - ` $ npm run deploy ` - Push for gh-pages
58+
5159## Contributing
5260Find on our [ issues] ( https://github.com/afonsopacifer/react-pomodoro/issues/ ) the next steps of the project ;)
5361<br >
Original file line number Diff line number Diff line change 1111 },
1212 "scripts" : {
1313 "start" : " ./node_modules/.bin/webpack-dev-server --content-base src --inline --hot" ,
14- "build" : " NODE_ENV='production' ./node_modules/.bin/webpack"
14+ "build" : " NODE_ENV='production' ./node_modules/.bin/webpack" ,
15+ "deploy" : " git push origin `git subtree split --prefix src master`:gh-pages --force"
1516 },
1617 "devDependencies" : {
1718 "babel-core" : " ^6.7.7" ,
You can’t perform that action at this time.
0 commit comments