Drum-Machine
A simple Drum-Machine made in REACTJS
About
- It's like virtual drums where you can press the buttons on your keyboard or click them on the screen they will play a sound corresponding to the matching drum.
- Whenever you click or press the drums it's corresponding name will be displayed.
- You can turn on/off the machine.
- You can change the drum sounds ( currently two different set of drum sound ).
- You can also adjust the volume as per your needs.
Use on Local Machine
Make sure you have nodejs installed.
Clone the repository.
In the project directory, install the missing dependencies using the command npm install
After that, in the project directory, you can run: npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Also feel free to suggest any changes to it.
This project was bootstrapped with Create React App.