/React-Drum-Kit

React drum kit

Primary LanguageJavaScript

React Drum Kit

Hello! My name is Anthony Coffey and this is my React drum kit. I originally built this when I was learning React coming from Vue.js and have recently updated the project to demonstrate my expertise.

I hope you enjoy this simple drum kit I made! Feel free to use this code however you'd like!

Stack:

  • React
  • SASS
  • TailwindCSS

Live Demo

Installation / Development

Install dependencies

npm install

Start development server

npm run start

Build for Production

npm run build

Deploy to Github Page

npm run deploy

check out the documentation for deployment to GitHub Pages for more info