A simple ReactJS project that implements a countdown timer using the Pomodoro Technique, where you have 25 minutes of focused work followed by a 5-minute break. This project was bootstrapped with Create React App.
Check out the live demo: ReactJS 25 + 5 Clock Demo
- Configurable work (25 minutes) and break (5 minutes) durations.
- Start, pause, and reset the timer.
- Visual and audio notifications when the timer reaches zero.
- Responsive design for various screen sizes.
- Clone the repository:
git clone https://github.com/adhika16/reactjs-25-5-clock.git
- Navigate to the project directory:
cd reactjs-25-5-clock
- Install dependencies:
npm install
- Start the development server:
npm start
-
Open your browser and visit http://localhost:3000.
-
Customize the timer settings, start the timer, and enjoy a productive work session!
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of your changes'
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the MIT License.