sepro / React-Pomodoro

Pomodoro timer created in react

Home Page:http://sebastian.proost.science/React-Pomodoro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Pomodoro

Pure reactjs project, runs a Pomodoro-Timer.

DEMO

screenshot

Deploy using Docker

You can get React-Pomodoro in a container bundled with nginx for easy deployment

docker pull sepro/react-pomodoro

Start the webserver using the following command

docker run -p 80:80 -d sepro/react-pomodoro

The website is now available on localhost.

For developers

Clone the repository and run npm install to pull in all the packages

npm install

To package/build the code (will end up in ./dist/client.min.js):

webpack -p

Push subtree to gh-pages, a quick way to set up a demo

git subtree push --prefix dist origin gh-pages

Acknowledgements

I'm a coder not an artist, so I've used publically available images and sounds labeled free for reuse with modification from:

About

Pomodoro timer created in react

http://sebastian.proost.science/React-Pomodoro

License:MIT License


Languages

Language:JavaScript 98.8%Language:Dockerfile 1.2%