A simple and interactive typing speed test web app to measure your typing speed in Words Per Minute (WPM) and accuracy. Built using HTML, CSS, and JavaScript.
π Live Demo: https://shivamsheokand.github.io/typing-test/
- π§ Random sentences for each test
- β± Timer starts on first keystroke
- π Displays WPM, accuracy, and error count
- π Restart test with a single click
- π± Responsive for all devices
- HTML
- CSS
- JavaScript (Vanilla)
- A random sentence is displayed.
- Timer starts with the first keystroke.
- As you type, the app compares each character.
- Accuracy and WPM are calculated as you complete the test.
Formula:
WPM = (Total characters / 5) / MinutesAccuracy = (Correct Characters / Total Typed) * 100
To run it locally:
git clone https://github.com/shivamsheokand/typing-test.git
cd typing-test
open index.html

