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/
- Solution URL: Github Repository
- Live Site URL: Markdown Previewer
- React - JS library
- FreeCodeCamp - @mihalidis
- Twitter - @miihalidis
npm install
npm run dev
npm run build