This is a virtual drum kit project made with HTML, CSS, and JavaScript. It allows users to play different drum sounds by clicking on buttons or tapping on their keyboard keys.
The project uses the following technologies:
- HTML
- CSS
- JavaScript
To use the Drum Kit, please follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Open the
index.html
file in your web browser.
Once you have opened the Drum Kit, you can start playing by clicking on the buttons or tapping on the keyboard keys. Each button/key corresponds to a different drum sound.
The following are the keyboard keys and their corresponding drum sounds:
- A: Snare
- S: Crash
- D: Kick
- F: Tom
- J: Ride
- K: Hi-hat
- L: Floor tom
If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Open a pull request to the original repository.