A simple and interactive drum kit implemented in HTML, CSS, and JavaScript. This project allows users to play drum sounds by pressing corresponding keyboard keys or clicking on the on-screen drum pads.
- Keyboard Interaction: Press keys (A, S, D, F, G, H, J, K, L) to trigger drum sounds.
- Mouse Click: Click on the on-screen drum pads to play sounds.
- Responsive Design: Enjoy the drumming experience on various devices.
- HTML: Structure of the drum kit.
- CSS: Styling and layout of the drum pads.
- JavaScript: Event handling for keyboard and mouse interactions.
- Audio API: Playing drum sounds dynamically.
- Clone the repository:
git clone https://github.com/aenoshrajora/Drum-Javascript.git
- Open
index.html
in your web browser. - Start drumming!
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.