This is a simple typing test web application where users can test their typing speed and accuracy by typing random quotes within a specified time limit.
- Select from three different time limits: 15 seconds, 30 seconds, or 45 seconds.
- Start typing immediately after selecting a time limit.
- See real-time updates on words per minute (WPM) and accuracy.
- Receive instant feedback on correct and incorrect keystrokes.
- Restart the typing test at any time to try again.
-
Clone the repository to your local machine:
git clone https://github.com/Pankaj-Chourasia/Typo-Master.git
-
Open the
index.html
file in your web browser. -
Select a time limit (15s, 30s, or 45s) from the options provided.
-
Start typing the displayed quote in the input field.
-
After the time limit expires, see your typing results including WPM and accuracy.
-
Click the "Restart" button to start a new typing test with the same or different time limit.
- HTML
- CSS
- JavaScript
- Quotable API - Provides random quotes for users to type.
This project was created by Pankaj Chourasia.