An open API service indexing awesome lists of open source software.

https://github.com/ovuiproduction/drum-kit

Drum Kit - A simple Drum Kit web application that allows users to play drum sounds using their keyboard or mouse clicks.
https://github.com/ovuiproduction/drum-kit

css drum-kit game html5 javascript

Last synced: 4 months ago
JSON representation

Drum Kit - A simple Drum Kit web application that allows users to play drum sounds using their keyboard or mouse clicks.

Awesome Lists containing this project

README

        

# Drum Kit

[Deployed on Github pages](https://ovuiproduction.github.io/Drum-Kit/)

A simple Drum Kit web application that allows users to play drum sounds using their keyboard or mouse clicks.

## Description

This project is a fun and interactive way to learn about web development and sound synthesis. Users can press different keys on their keyboard to play various drum sounds, creating their own rhythms and beats.

## Installation

To run this project locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/ovuiproduction/Drum_Kit.git
```

2. Navigate to the project directory:
```bash
cd Drum_Kit
```

3. Open `index.html` in your web browser to start the application.