A drum machine built with React, featuring the Dracula color scheme and bootstraped with Create React App. See a live demo here
- Keyboard support
- Visual feedback, with sound display and pad activation
- Volume control
- Possibility to switch between multiple sound banks
- Clone this repo
git clone https://www.github.com/rfargetton/react-drum-machine
- Install npm packages
cd react-drum-machine && npm install
- Run a development server
npm start
- Create a production build
npm run build