A React application for a typing game where users have to type the displayed text within a given time limit.
The Typing Game is a web application built with React. It presents users with a random text and challenges them to type it accurately within a time limit. The game keeps track of correct points, wrong points, and the total points earned by the user.
- Generates a random text for the user to type.
- Calculates correct points and wrong points based on user input.
- Displays the remaining time for each round.
- Allows users to start or restart the game.
- Provides feedback on the user's performance with correct points, wrong points, and total points.
git clone https://github.com/cripttion/type-me.git
cd typing-game
npm install
npm start
- Start the game by clicking the "Start" button.
- The game will display a random text for you to type accurately.
- Type the text in the input field provided.
- The application will highlight each character in green if it matches the original text, and in red if it does not.
- The timer will count down from 60 seconds.
- If you complete typing the text within the time limit, the game will display your correct points, wrong points, and total points.
- To play again, click the "Restart" button.
For any questions, feedback, or suggestions, please feel free to reach out:
Email:- pulakshri@gmail.com Project Link: https://type-me.netlify.app/