Skip to content

rezzvy/typing-lighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Lighter

Overview

This web app tests your typing speed in one minute.

  • Supports English and Indonesian languages
  • Easy to use with a responsive design
  • and more to explore

How it Works

This app works like a standard typing test, but it calculates typing speed using the Gross WPM (Words Per Minute) formula. Learn more about Gross WPM here.

  • Store sentences in an array with sentenceIndex and wordIndex.
  • Start the test by splitting the sentence into words.
  • Check typed words against the split words when the "space bar" is pressed.
  • Mark words as correct or wrong.
  • Show the result when time runs out.

How to Use

Assuming you've forked the repo and are running a local server or using the demo app:

  1. Type the first word to start.
  2. Keep typing until time is up.
  3. Check your results when time’s up.

Contributing

There's always room for improvement. Feel free to contribute!

Licensing

The app is licensed under MIT License. Check the license file for more details.