Skip to content

🎹 A drum machine built with React, bootstraped with Create React App.

Notifications You must be signed in to change notification settings

BinaryGeometry/react-drum-machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Drum Machine

A drum machine built with React, featuring the Dracula color scheme and bootstraped with Create React App. See a live demo here

Netlify Status

Drum Machine Screenshot

Features

  • Keyboard support
  • Visual feedback, with sound display and pad activation
  • Volume control
  • Possibility to switch between multiple sound banks

Installation

  1. Clone this repo
    git clone https://www.github.com/rfargetton/react-drum-machine
    
  2. Install npm packages
    cd react-drum-machine && npm install
    
  3. Run a development server
    npm start
    
  4. Create a production build
    npm run build
    

About

🎹 A drum machine built with React, bootstraped with Create React App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 62.6%
  • SCSS 12.0%
  • Sass 10.8%
  • CSS 8.9%
  • HTML 5.7%