Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

r0ld3x/typer

Repository files navigation

Description

Typing Test is a feature-rich typing test application designed to enhance your typing speed and accuracy while providing insightful statistics.

Typing Test Modes

  • Words Mode: Type a predefined set of words as fast as possible.
  • Timer Mode: Type as many words as you can before the timer runs out.

Features

  • Typing Speed Calculation: Displays keys per second (KPS) and elapsed time.
  • Accuracy Measurement: [(Correct characters / Total characters typed) * 100]
  • Mistake Tracking: Counts misspelled words and incorrect keystrokes.
  • WPM Calculation: [(Correct characters / 5) / time in minutes]
  • Live Stats Update: Real-time tracking of speed, accuracy, and mistakes.
  • Restart Functionality: Reset and start a new test anytime.

Result Calculations

  • Accuracy: [(Number of characters typed correctly) / (Total number of characters typed)] * 100
  • WPM: [(Number of characters typed correctly) / 5] / k
    • In Timer Mode, k = Initial time in minutes.
    • In Words Mode, k = Time elapsed in minutes until all words are typed.

In Progress

  • Additional Typing Modes.
    • Words Mode (completed).
    • Timer Mode (in progress).
  • Theming and UI Customization.

For Developers

In the project directory, you can run:

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits, and you will also see any lint errors in the console.

About

A website to help improve your typing speed and accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published