TypeTypeGo! - typetypego.jakesmd.com
- 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
- Developed in dart with flutter
- Just a fun project
- Added stopwatch
- Added difficulty indicator
- Added scrollbars
- Migrated to null-safety
- 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.