https://github.com/atapas/js-keyevents-demo
Get to know all about the key events just with a keystroke.
https://github.com/atapas/js-keyevents-demo
hacktoberfest javascript key keyevents
Last synced: about 1 month ago
JSON representation
Get to know all about the key events just with a keystroke.
- Host: GitHub
- URL: https://github.com/atapas/js-keyevents-demo
- Owner: atapas
- License: mit
- Created: 2021-01-05T05:02:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T18:10:44.000Z (over 1 year ago)
- Last Synced: 2025-04-12T18:14:08.191Z (about 1 month ago)
- Topics: hacktoberfest, javascript, key, keyevents
- Language: JavaScript
- Homepage: https://tapasadhikary.com
- Size: 81.1 KB
- Stars: 73
- Watchers: 2
- Forks: 33
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# js-keycodes-demo
👋 Hey there! Get to know all about the key events just with a key stroke.
# 🚀 Live demo
The app is deployed using Vercel and Netlify. You can play around with it from here,
- [https://js-keyevents-demo.vercel.app/](https://js-keyevents-demo.vercel.app/)
- [https://keyevents.netlify.app/](https://keyevents.netlify.app/)[](https://app.netlify.com/sites/keyevents/deploys)
Optionally, you can also play around with it from here, [https://stackblitz.com/edit/js-keycodes?file=index.js](https://stackblitz.com/edit/js-keycodes?file=index.js)
# 👍 Want to Motivate?
Thanks for your time to reading this. Feel free to clone/fork/improve. Who doesn't want motivations? Give the project a star(⭐) if you liked the work.## Many Thanks to all the `Stargazers` who has supported this project with stars(⭐)
[](https://github.com/atapas/js-keyevents-demo/stargazers)
# 🖮 A List of Key Codes
[Click Here](./KEYCODE.md) to see the list of key codes.# 🏃🏿♂️ How to run the project locally?
- Clone the project to a local directory.
- Browse to the project folder, `js-keyevents-demo`.
- Use the `npx serve` command to run the server.
- Now you can access the app @ [http://localhost:5000](http://localhost:5000)> Note: You must have `Node.js` v12.x or higher installed. Optionally, you can also deploy this app to any other web/app servers like `tomcat`, `express`, etc. and run.