A Code typing Web App
The premise of this project was to create a standard typing game.
However, the excerpts that the user will type comes from solutions to
popular coding-interview practice problems.
All of which can be found here.
The code editor we use comes from codemirror
which you can read more about here.
Demo Play Here
- Code highlighting using
codemirror
as our input form - Custom calculated typing average (WPM)
- Languages - HTML, CSS, and JavaScript
- Use cookies to store users wpm for completed problems
- Implement other langauges. Current only
C#
excerpts are presented
Simply open the index.html
file in your browser