This web app tests your typing speed in one minute.
- Supports English and Indonesian languages
- Easy to use with a responsive design
- and more to explore
This app works like a standard typing test, but it calculates typing speed using the Gross WPM (Words Per Minute) formula. Learn more about Gross WPM here.
- Store sentences in an array with sentenceIndex and wordIndex.
- Start the test by splitting the sentence into words.
- Check typed words against the split words when the "space bar" is pressed.
- Mark words as correct or wrong.
- Show the result when time runs out.
Assuming you've forked the repo and are running a local server or using the demo app:
- Type the first word to start.
- Keep typing until time is up.
- Check your results when time’s up.
There's always room for improvement. Feel free to contribute!
The app is licensed under MIT License. Check the license file for more details.