Skip to content

OlegWock/PomoApp

Repository files navigation

PomoApp 1.0

Tiny pomodoro app built with React.js

Screenshot

Features

  • Statistic per task: succesful pomodoros and failed pomodoros

  • Daily statistics

  • Long rest every 4 pomodoros

Demo?

Yes, here 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.

About

Tiny pomodoro app built with react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published