Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishusandy/titantutor
Keyboard tutor
https://github.com/vishusandy/titantutor
Last synced: about 1 month ago
JSON representation
Keyboard tutor
- Host: GitHub
- URL: https://github.com/vishusandy/titantutor
- Owner: vishusandy
- Created: 2023-10-06T00:05:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T22:33:58.000Z (9 months ago)
- Last Synced: 2024-04-11T01:54:50.684Z (9 months ago)
- Language: TypeScript
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titan Tutor
## Demo
[https://vishusandy.github.io/TitanTutor/](https://vishusandy.github.io/TitanTutor/)
## Features
- All data is stored locally in the user's browser
- Typing statistics
- Currently supports QWERTY, Dvorak, and Colemak lessons and typing layouts for English (more layouts are welcomed)
- Text-to-speech support
- Supports adaptive lessons to increase the frequency of problem characters
- Multilingual support (currently only in English, help wanted in this area!)
- Supports keyboard mappings to allow typing in a different keyboard layout than the computer is currently set to
- Allows lesson-specific settings that override user settings## Technical Overview
- Development instructions
- See [Development](markdown/development.md) for details on building and deploying.
- Code overview
- See [Code Overview](markdown/code_overview.md) for details about the code.
- API Documentation
- See [https://vishusandy.github.io/TitanTutor/docs/](https://vishusandy.github.io/TitanTutor/docs/) for code documentation.## Wordlists
See [https://github.com/vishusandy/WordFilter](https://github.com/vishusandy/WordFilter) for generating wordlists.