This is a simple web application that allows you to play drum sounds by clicking on buttons or pressing corresponding keys on your keyboard.
- Play drum sounds by clicking on the drum buttons.
- Play drum sounds by pressing corresponding keys on the keyboard.
- Interactive button animations on click or keypress.
-
Clone or download this repository to your local machine.
-
Open the
index.html
file in your web browser to use the drum kit application. -
Click on the drum buttons with your mouse or press the corresponding keys on your keyboard to play drum sounds.
-
Enjoy the interactive button animations as you play!
You can see a live demo of the Drum Kit Web App here.
index.html
: The main HTML file that contains the structure of the web app.styles.css
: The CSS file for styling the web app.app.js
: The JavaScript file that handles button clicks, keyboard events, and sound playback.sounds/
: This directory contains the audio files for the drum sounds.
Feel free to fork, modify, and use this code for your own projects.