https://github.com/kualta/hemi
single handed typing trainer
https://github.com/kualta/hemi
dioxus rust rust-lang typing typing-practice typing-tutor wasm
Last synced: 11 months ago
JSON representation
single handed typing trainer
- Host: GitHub
- URL: https://github.com/kualta/hemi
- Owner: kualta
- License: gpl-3.0
- Created: 2021-12-29T20:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T11:40:58.000Z (about 1 year ago)
- Last Synced: 2025-05-20T06:05:10.876Z (about 1 year ago)
- Topics: dioxus, rust, rust-lang, typing, typing-practice, typing-tutor, wasm
- Language: Rust
- Homepage: https://hemi.kualta.dev
- Size: 19.3 MB
- Stars: 80
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HemiTyper is a typing trainer that provides you with only half the keyboard per session, to help you improve coordination of each hand separately.
Written in pure Rust using [Dioxus](https://github.com/dioxuslabs/dioxus).
Supported layouts:
- Qwerty
- Colemak
Available at [hemi.kualta.dev](https://hemi.kualta.dev/)

### Building
use [Dioxus CLI](https://github.com/DioxusLabs/dioxus/tree/master/packages/cli) to build and serve locally:
```sh
cargo install dioxus-cli
```
to build run
```sh
dx build
```
to serve on localhost run
```sh
dx serve --hot-reload
```
to compile tailwind classes run
```sh
npx tailwindcss -i ./assets/style.css -o ./assets/tailwind.css
```
### Contributing
The tool is considered complete, but PRs are still welcome.
If you wish to add another layout or change dictionary for an existing one, check `assets/words.json` and `src/words.rs`.
### License
Hemi is licensed under **GNU General Public License v3.0**, check [license](LICENSE) for more details.