Skip to content

Speed typing game where the player needs to type out the given text as quickly as possible while avoiding errors. Made with Vanilla JS.

Notifications You must be signed in to change notification settings

veljkoilic/speed-typing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed typing game

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.

Live Preview

speed typing game

Main functionalities

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.

Possible future update

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.

Install

Clone the repository and start index.html

About

Speed typing game where the player needs to type out the given text as quickly as possible while avoiding errors. Made with Vanilla JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published