/keycode-app

Visualizer for JavaScript KeyCodes

Primary LanguageJavaScript

KeyCode App!

A simple webpage that responds to the key pressed and returns the JavaScript "on-key pressed" keycode. The app is based off keycode.info.

Run locally

Clone this repository, install dependencies, and run in development mode.

git clone https://github.com/cs280fa21/keycode-app
cd keycode-app
npm install
npm run start