This is a Typing Game aimed at gamifying the speed of one's typing speed.
-
Give a quote/sentence on clicking the 'start' button. A input text box is provided and activated for user to type the sentence into the input box.
-
Once the quote is displayed, first word of the sentence is highlighted.
-
As user types the word, and space after every correctly typed word the next word in the sentence is highlighted.
-
If the user types the word highlighted wrongly, The input textbox is highlighted in Red to notify the user the word is misspelt.
-
Once the complete sentence is correctly typed, A message with the time taken to complete the sentence in seconds is displayed.
-
The input text box is disabled once the complete sentence is typed into the textbox.
-
The input textbox is activated only after the start button is clicked.
-
A modal box to display the message on the completion of sentence.
-
Store highschores in the local storage.
-
JavaScript
-
HTML
-
CSS