TypeRush is a simple web-based application that helps users practice and improve their typing speed. The game provides a random paragraph for the user to type within a set time limit and calculates typing speed (WPM), accuracy, and mistakes.
- Random paragraph generation for each game session
- Live WPM (Words Per Minute) and CPM (Characters Per Minute) calculation
- Mistakes counter to track incorrect keystrokes
- Time limit of 60 seconds per round
- Responsive design for desktop and mobile users
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/pial-paul/TypeRush.git
- Navigate to the project folder:
cd TypeRush - Open
index.htmlin a browser.
TypeRush/
β
βββ index.html # Main HTML file
βββ style.css # CSS for styling
βββ JS/
β βββ script.js # Main JavaScript logic
β βββ paragraphs.js # Paragraphs data for the game
βββ README.md # Project documentation
- The game starts when you type the first character.
- Type the given text as accurately and quickly as possible.
- Track your mistakes, WPM, and remaining time.
- When the timer reaches 0, the game ends, and your final score is displayed.
- Click the "Try Again" button to restart.
Demo-TypeRush.mp4
Feel free to contribute to this project by submitting issues or pull requests.
This project is licensed under the MIT License.