βΆβΆ A simple web app that displays the JavaScript keycode when you press any key on your keyboard. Great for developers learning keyboard events or debugging key inputs.
- Detects keypress events
- Shows the key name and keycode
- Light/Dark mode toggle
- Reset (reload) content
- Minimal, responsive design
βΆβΆ live link
To run this app locally:
git clone https://github.com/your-username/keycode-app.git
cd keycode-app
open index.html