Is a Web app that implements the Pomodoro technique of time management which was developed by Francesco Cirillo in the late 1980s.
The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.
Built using JavaScript, React, HTML, and Bootstrap.
Manage States using React Hooks.
Share probs by lifting the probs to parents components
Deploy the app using Vercel.
Live Demo :
https://project-timer-main.vercel.app
To run this app on your machine follow these steps:
Fork this repository by clicking the Fork button at the top right of the page.
Clone this repository.
cd into the newly created directory.
Run npm install.
Run npm start.