This repository contains an interactive Drum Kit web application that plays instrument sounds when users click on keyboard keys or mouse buttons. Built with HTML, CSS, and JavaScript, it provides a fun and engaging way to create music.
Check out the live demo: Drum Kit Demo
- Play drum sounds using keyboard keys
- Play drum sounds using mouse clicks
- Responsive design
- HTML
- CSS
- JavaScript
To run this project locally, you need a web browser and a text editor.
- Clone the repository:
git clone https://github.com/AkashKobal/drum-kit.git
- Navigate to the project directory:
cd drum-kit
- Open the
index.html
file in your web browser to start playing the drum kit.
index.html
- The main HTML filestyles.css
- The CSS file for stylingscript.js
- The JavaScript file for functionalitysounds/
- Directory containing drum sound audio files
Press the keys on your keyboard or click the buttons on the screen to play different drum sounds.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Drum sound audio files from freesound.org
- Inspiration from various online tutorials and projects
Happy drumming! 🥁