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.
- Host: GitHub
- URL: https://github.com/blakley/codepunch
- Owner: Blakley
- Created: 2021-06-11T05:10:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T22:35:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T22:45:59.519Z (over 1 year ago)
- Topics: codemirror, html-css-javascript, typing-game, webapp
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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