A simple webpage that responds to the key pressed and returns the JavaScript "on-key pressed" keycode. The app is based off keycode.info
.
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