Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.01 KB

Speed Typing Game in React

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.


Getting Started

To run this application on your local machine, follow these steps:

  1. Clone this repository to your local machine using the following command:
    git clone https://github.com/youngmoguler/React-Speed-Typing-Game
  1. Navigate to the project directory:
    cd speed-typing-game
  1. Install the dependencies:
    npm install
  1. Start the development server:
    npm run dev

Usage

To use this project, follow these steps:

  1. Open the application in your web browser at http://localhost:5173.

Technologies Used

  1. React
  2. Vite
  3. JavaScript
  4. CSS
  5. HTML

License

This project is licensed under the MIT License - see the LICENSE file for details.