/typerist

Simple typing website to test and practice your speed. Built using vanilla HTML, CSS, Javascript.

Primary LanguageJavaScript

Objectives of this project

  • Test and calculate user's typing speed with a simple test
  • Implement mininalist fronted using bootstrap framework
  • Review of knowledge on javascript programming language

TODO

  • Add results
    • Formula for calculating speeds:
    • CPM: $Correct Characters Typed / Seconds$
    • WPM: $(Correct Characters Typed / 5) / Minutes$
    • Accuracy: $(Correct Characters Typed / Total Characters Typed) * 100$
  • Add settings
  • Add selection to type with number of words or with a timer
  • Add selection to type with phrases or with random words
  • Implement Light and Dark Theme

Preview

Start Preview End of Test Preview

Inspiration