Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-mali authored Dec 1, 2023
1 parent 5d37ac1 commit 453b40a
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
# JavaScript-Key-Code-info
# JavaScript Key Code Information

This is works on desktop site because this app interact with a keyboard
https://sanjay-mali.github.io/JavaScript-Key-Code-info/
This repository contains information about JavaScript key codes and their corresponding values.

## Description

Understanding key codes is essential when working with keyboard events in JavaScript. This repository provides a reference guide that maps key codes to their respective keys and provides additional information about key events in JavaScript.

The key code information can be accessed [here](https://sanjay-mali.github.io/JavaScript-Key-Code-info/).

## Features

- Reference guide for JavaScript key codes.
- Easy navigation through different key events and their corresponding codes.
- Helpful resource for developers working with keyboard events in JavaScript.

## Usage

To access the JavaScript key code information:

1. Visit the [JavaScript Key Code Information Page](https://sanjay-mali.github.io/JavaScript-Key-Code-info/).
2. Navigate through the guide to find key codes for various keys.
3. Use this information in your JavaScript projects while handling keyboard events.

## Development

If you want to contribute or make changes:

1. Clone the repository: `git clone https://github.com/sanjay-mali/JavaScript-Key-Code-info.git`
2. Make your changes to the key code information or add additional content.
3. Test your modifications.
4. Create a pull request to merge your changes.

## Technologies Used

- HTML
- CSS
- JavaScript

## Credits

This project's webpage is hosted at [GitHub Pages](https://sanjay-mali.github.io/JavaScript-Key-Code-info/) and was created by [Sanjay Mali](https://github.com/sanjay-mali).

0 comments on commit 453b40a

Please sign in to comment.