App to play the drum with your keyboard
Available live here
This is a React based app to Build the drum machine app for freeCodeCamp Front End Development Libraries project. In this app you can use your keyboard (keys q, w, e, a, s, d, z, x, c) to play drum sounds.
Install project dependecies:
npm install
Start the web server
npm start
