This is a tool to help you use Pomodoro technique.
This project has been made with educational purposes.
The main idea here was to build a project using React.
You can check this tool online at https://www.pomodoroonline.net/
To install NPM dependencies:
docker-compose run --rm npm install
To run development mode:
docker-compose up start
To run build:
docker-compose run --rm npm run build