a Pomodoro Clock built using React and Bootstrap. 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. This clock allows users to set session and break times, start, stop, and reset the timer, and it alerts the user with a sound when the time is up.
- Set session and break lengths
- Start, pause, and reset the timer
- Audio alert when a session or break ends
- Responsive UI design using Bootstrap and custom CSS
- React: A JavaScript library for building user interfaces
- Bootstrap: For responsive UI components
- Custom CSS: For additional styling
- Google Sounds: Integrated for the alarm sound
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before running this project, you must have Node.js and npm installed on your system. Node.js is used to run JavaScript outside the browser, and npm is a package manager for JavaScript.
- Download Node.js
- npm is distributed with Node.js - which means that when you download Node.js, you automatically get npm installed on your computer.
- Clone the repository to your local machine:
git clone https://github.com/zapboy216/pomodoro-clock.git