A single pomodoro app using React with hooks See in wikipedia what is pomodoro technique
Table of contents : Getting started What is possible My goals Contact me
Clone the repository Install the dependencies
# with npm
npm install
# with yarn (best solution )
yarn
Run react
# with npm
npm run start
# with yarn
yarn start
Open http://localhost:3000 to view it in the browser
- Changing mode if you're working (pomodoro time) or in a break (short or long)
- Start the timer and stop or reset it
- Select the option auto-start to start the timer every time you select a type of timer or reset it
- Make a little effort to have a clean and intuitive interface
- Make all features working
- Have no memory lost
If you have any remark please tell me. I want to progress :)