/CodePunch

A web-based typing game that uses some common coding-interview solutions as excerpts.

Primary LanguageJavaScript

CodePunch

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.

Features

  • Code highlighting using codemirror as our input form
  • Custom calculated typing average (WPM)

Built With

Todo:

  • Use cookies to store users wpm for completed problems
  • Implement other langauges. Current only C# excerpts are presented

Deployment

Simply open the index.html file in your browser