This is a Pomodoro Timer application built with React. The Pomodoro Technique is a time management method that uses a timer to break work into intervals, traditionally 25 minutes in length, separated by short breaks. (Click to vist the app)
- Set a focus session duration
- Set a break duration
- Start, pause, and reset the timer
- Track progress of the current session
- Track the number of completed sessions
- Save and load historical data from local storage
- Clone the respository
git clone https://github.com/aadithya2112/pomodoro_react.git
- Navigate into the cloned repository
cd pomodoro_react
- Install the dependencies
npm i
- Start the application
npm run dev
Enter the desired duration for the focus session and the break. Click the "Start" button to start the timer. The application will automatically switch between the focus session and the break.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.