Made this little typing game to annoy my friends and test their typing speed. It's pretty basic but gets the job done!
It's a stupid-simple typing test:
- 
Shows you a random word/phrase to type
 - 
Times how long it takes you to type it correctly
 - 
Tells you how fast (or slow) you were
 - 
Throws in some light roasting for good measure
 
- Clone this mess:
 
git clone github.com/pragmaticdev798/typespeed- Open 
index.htmlin your browser and you're good to go. 
That's it. Seriously. No npm install, no webpack config, no nonsense. Just pure HTML/CSS/JS like the good old days.
- Look at the word
 - Type the word
 - Try not to make typos
 - Get roasted by the result message
 - Repeat
 
- Live feedback while typing (goes red when you mess up)
 - Shows your time in seconds
 - Has some... interesting phrases to type
 - Will definitely hurt your feelings
 
Want to add your own phrases? Just edit the words array in script.js. Go wild!
const words = ["your", "words", "here"];- Might make you question your typing abilities
 - Could damage friendships
 
Found a bug? Want to add more features? Feel free to:
- Fork it
 - Fix it
 - Submit a PR
 
Do whatever you want with it. Just don't blame me if it makes someone cry.
Made with โ and questionable humor
