This is a simple React application for a speed-typing game. The game challenges the user to type as many words as possible within a set time limit. The game includes a timer of 30 secs, text input, and word count display.
To run this application on your local machine, follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/youngmoguler/React-Speed-Typing-Game
- Navigate to the project directory:
cd speed-typing-game
- Install the dependencies:
npm install
- Start the development server:
npm run dev
To use this project, follow these steps:
- Open the application in your web browser at
http://localhost:5173
.
- React
- Vite
- JavaScript
- CSS
- HTML
This project is licensed under the MIT License - see the LICENSE file for details.