This project is a timer clock application that allows users to set, start, pause, and reset timers.
-
Set Timer: Users can input a specific duration for the timer.
-
Start/Pause Timer: Ability to start or pause the countdown.
-
Reset Timer: Option to reset the timer to the initial set time.
-
React: JavaScript library for building user interfaces.
-
Create React App: Tool to set up a modern web app by running one command.
To run the project locally, follow these steps:
-
Clone the repository
git clone https://github.com/sinakiamehr/timer-clock.git
-
Navigate into the project directory
cd timer-clock -
Install dependencies
npm install
-
Run the development server
npm start
Open http://localhost:3000 to view it in your browser.
This project is licensed under the MIT License.