README.md
August 25, 2022 ยท View on GitHub
Crabtyper ๐ฆ
A speedtyping web app written in Rust
This project is inspired by speedtyper & monkeytype, please go check them out!
This webaplication is completely written in Rust. Why? Because it's blazingly fast! Well not yet, currently we still have no direct access to the browsers DOM API from WebAssembly, which is why we still have to use Javascript to do so. The project is mainly created for learning about Rust and WebAssembly.
Try it out!
Click here to play the speed typing game. To start the game just click on the Vim editor and start typing.
Some controls if you are in NORMAL mode:
ichange to INSERT modennext snippet
Planned features
I plan on adding these features:
- Authentication with your github account
- Save results and present them in a graph
- More snippets
- User settings
- language
- snippet length
- cursor style
- colorscheme
- statusbar style
- Smooth carrot
- ...
Contribute
Feel free to contribute to this project. Take a look at the current issues or the project board I will try to keep these updated!