Is a Vanilla JS Web game where you race against the clock to type out a randomly generated quote. Playing this game greatly increases typing speed and accuracy.
The app takes a quote from an api breaks the text into single letter spans whose contents can be identified. User is actually typing into a hidden textarea. While typing each letter is checked for a match. The user can't proceed untill they enter the correct letter.
The progress is stored in localstorage for the user to keep track of the character count for each typed out text, how long it took to type out and how many errors they made.
The design is pretty rudimentary. Only bootstrap was used for quick styling. So I will possibly make it look good 👍
Update: I just made it dark and responsive.
Clone the repository and start index.html