This project is a simple game built using React that challenges players to stop a timer at specific target times. It features multiple difficulty levels, each with its own target time. Players must click the "Stop" button to stop the timer as close to the target time as possible.
- Player Name Entry: Allows players to enter their name to personalize the game experience.
- Timer Challenges: Offers multiple difficulty levels with different target times.
- Result Modal: Displays the player's score and how close they stopped the timer to the target time.
- React
- JavaScript
- CSS
To run the project locally, follow these steps:
- Clone the repository to your local machine.
- Install dependencies using
npm install. - Start the development server using
npm start. - Open your browser and navigate to
http://localhost:3000to play the game.
- Enter your name in the player name input field.
- Choose a difficulty level by clicking on one of the timer challenges.
- Click the "Start Challenge" button to start the timer.
- Click the "Stop" button to stop the timer as close to the target time as possible.
- The result modal will display your score and how close you stopped the timer to the target time.
- Add more challenging levels with shorter target times.
- Implement a leaderboard to track high scores.
##Screenshots


