Skip to content

Monks09/typing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Master

A typing app to practice and master touch typing.

Getting Started

To develop the application locally, follow the following steps:

  1. Install all dependencies

    npm install
  2. Start the front-end development server.

    npm start

Go to https://localhost:3000 to see the running web application.

Features of the app

  • Nice and Elegant UI which is pleasant to the eyes as well as easy to interact with.

  • A timer to measure your typing speed and proficiency.

  • Automatically generated prompt using the letters 'a' , 's', 'd', 'f', 'j', 'k', 'l', ';' .

  • Insightful stats such as typing speed(wpm), total keys pressed and accuracy %, which are updated after every prompt.

  • Buttons representing each of the above mentioned keys which get highlighted to show you which key to press next.

  • Cool sound effects to make the typing practice even more engaging.

  • On ending the session, an alert which shows you average score for the whole session.