CodeTyper is a website to practice and improve your typing speed while writing code.
It Features many languages, a real time graph and settings.
Go to johnlozier.com/codetyper
Select a language and repo
Start typing
After using monkeytype for a while I wanted a way to be able to practice my typing speed for coding instead of just for text, because of the special charecters and patters used in code, whilst not being used in regular text. So I decided to make my own solution which fetches code from github and displays it on the screen. A lot of the visual styles are inspired by monkeytype, because it is my favorite site for typing practice. The text (or code) is fetched and then cached allowing for instant restarting.
npm install
npm run build
- Better UI (more explaining on what things do)
- More similarities to vscode typing
- Replays
- Leaderboards
- Versus (aka 2 player mode)
If you find any issues please report them on the issues tab and I will try to fix them quickly. If you want to contribute just make a pull request and I will most likely merge it. Thanks!