https://github.com/olegwock/pomoapp
Tiny pomodoro app built with react
https://github.com/olegwock/pomoapp
Last synced: 6 months ago
JSON representation
Tiny pomodoro app built with react
- Host: GitHub
- URL: https://github.com/olegwock/pomoapp
- Owner: OlegWock
- License: mit
- Created: 2017-08-10T21:46:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T20:03:58.000Z (over 2 years ago)
- Last Synced: 2025-03-29T10:51:22.093Z (6 months ago)
- Language: JavaScript
- Homepage: http://olegwock.github.io/pomodoroapp/
- Size: 592 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PomoApp 1.0
> Tiny pomodoro app built with React.js

## Features
* Statistic per task: succesful pomodoros and failed pomodoros
* Daily statistics
* Long rest every 4 pomodoros
## Demo?
Yes, [here](http://olegwock.github.io/pomodoroapp/) it is.
## I like it and have a nice feature to implement
Please, fork this repo, implement your feature and make pull request.
First of all, install all dependencies:
```
npm install
```Webpack is configured to run dev server with autoreload. Run it by
```
npm start
```You also can use gulp (but in this case autoreload will not work).
```
gulp watch
# or just
gulp
```Build app:
```
gulp build
```Also gulp has task to build chrome extension:
```
gulp build:extension
```Licensed under MIT.