https://github.com/jakesmd/typetypego
A web app that tests your typing skills with your own text developed in dart with flutter
https://github.com/jakesmd/typetypego
dart flutter flutterapp flutterweb typing-game typing-practice typing-skills typingspeedtest
Last synced: 6 months ago
JSON representation
A web app that tests your typing skills with your own text developed in dart with flutter
- Host: GitHub
- URL: https://github.com/jakesmd/typetypego
- Owner: JakesMD
- License: mit
- Created: 2021-02-01T19:37:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T20:56:28.000Z (about 5 years ago)
- Last Synced: 2025-04-30T10:14:16.623Z (11 months ago)
- Topics: dart, flutter, flutterapp, flutterweb, typing-game, typing-practice, typing-skills, typingspeedtest
- Language: Dart
- Homepage:
- Size: 8.13 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  TypeTypeGo! - [typetypego.jakesmd.com](https://typetypego.jakesmd.com)

### đ 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](https://flutter.dev)
- 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](https://github.com/JakesMD/TypeTypeGo/issues) if you find a bug or something's not working for you.
- Feel free to contribute or [request cool new features](https://github.com/JakesMD/TypeTypeGo/discussions/6).