Skip to content

mihalidis/drum-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Previewer

This project is about creating a drum machine where users can interact with clickable drum pads or trigger them using specific keyboard keys, resulting in the corresponding audio clips being played. The drum pads are arranged in a specific order and have unique identifiers. When a drum pad is triggered, the associated audio clip is played, and a description of the clip is displayed in the designated area. FreeCodeCamp.

Live: https://drum-machine-kappa-two.vercel.app/

Table of contents

Overview

Screenshot

Links

My process

Built with

Author

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build