Pomodoro Clock is a React single web app to use the Pomodoro Technique
https://pomodoro-timer.gonnzalo.now.sh/
To run locally in development mode please follows this guide:
1- Clone the repository and install the node modules:
git clone https://github.com/gonnzalo/react-pomodoro-clock
cd react-pomodoro-clock/
npm install2- Runs the app in development mode.
npm start3- Open http://localhost:3000 to view it in the browser.
Contributions, issues and feature requests are welcome.
