Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.27 KB

Drum Kit Web App

This is a simple web application that allows you to play drum sounds by clicking on buttons or pressing corresponding keys on your keyboard.

Table of Contents

Features

  • 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.

How to Use

  1. Clone or download this repository to your local machine.

  2. Open the index.html file in your web browser to use the drum kit application.

  3. Click on the drum buttons with your mouse or press the corresponding keys on your keyboard to play drum sounds.

  4. Enjoy the interactive button animations as you play!

Demo

You can see a live demo of the Drum Kit Web App here.

File Structure

  • 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.