An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ![TypeTypeGo](/web/favicon.png) TypeTypeGo! - [typetypego.jakesmd.com](https://typetypego.jakesmd.com)

![TypeTypeGo Screenshot](TypeTypeGo.gif)
### 📄 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).