Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.37 KB

Pomodoro Timer App

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) Screenshot 2024-03-30 at 6 08 23 PM

Features

  • 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

Installation

  1. Clone the respository
git clone https://github.com/aadithya2112/pomodoro_react.git
  1. Navigate into the cloned repository
cd pomodoro_react
  1. Install the dependencies
npm i
  1. Start the application
npm run dev

Usage

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT