Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (24 loc) · 1.02 KB

TypeTypeGo TypeTypeGo! - typetypego.jakesmd.com

TypeTypeGo Screenshot

📄 Discription

  • A web app that tests your typing skills with your own text.
  • It calcuates your WPM, accuracy and total score
    • WPM (words per minute): (charactersTyped / 5) / minutesElapsed
    • Accuracy: (correctlyTypedCharacters / charactersTyped)*100
    • Score: WPM * Accuracy
  • It shows common mistakes you make

ℹ️ About

  • Developed in dart with flutter
  • Just a fun project

➕ New

  • Added stopwatch
  • Added difficulty indicator
  • Added scrollbars
  • Migrated to null-safety

❕ Please Note

  • This has only been tested in Google Chrome, so it may not work in other browsers.
  • Please open an issue if you find a bug or something's not working for you.
  • Feel free to contribute or request cool new features.