A Pomodoro timer with start/stop, reset, stop beeping buttons and settings panel.
This is one of my project for Front End Development Libraries Projects on freeCodeCamp: Build a 25 + 5 Clock.
This project was bootstrapped with Create React App. It is deployed to Netlify:
https://25-5.netlify.app/
 |
| The web page on desktop |
 |
| The web page on mobile |
 |
| The button "Stop Beeping" is only displayed when the audio is being played |
- Clone or download this repository onto your local device.
cd to the folder where this project is cloned.
- Install all dependencies with
npm install command.
- Run the app in the development mode with
npm start command.
- Open the broswer and visit: http://localhost:3000/.