Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 376 Bytes

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