An open API service indexing awesome lists of open source software.

https://github.com/blakley/codepunch

A web-based typing game that uses some common coding-interview solutions as excerpts.
https://github.com/blakley/codepunch

codemirror html-css-javascript typing-game webapp

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.](https://leetcode.com/problemset/all/?listId=79h8rn6)
The code editor we use comes from `codemirror` which you can read more about [here.](https://codemirror.net/)

## Demo Play Here



## Features

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

## Built With
- [Languages](https://www.w3schools.com/html/html_scripts.asp) - HTML, CSS, and JavaScript

## 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