This is a simple Drum Kit application built using HTML, CSS, and JavaScript. This application allows the user to play different drum sounds by clicking on the corresponding drum pads or just typing on specific key
To run the application, follow these steps:
-
Clone this repository on your local machine using the following command:
git clone https://github.com/tishraq28/drum-kit.git
-
Navigate to the project directory:
cd drum-kit
-
Open the
index.html
file in your web browser. You can double click the file to open it in your default web browser, or simply drag-and-drop the file onto an open web browser window. -
Click on any of the drum pads to play the corresponding sound.
-
Enjoy the music!
If you want to customize this drum kit, you can modify the following files:
styles.css
: You can modify the CSS to change the styling of the drum pads.app.js
: You can add/delete drum sounds or modify the existing ones by editing the code in this file.
This project is licensed under the MIT License. Feel free to use and/or modify this project as per the terms of the license.