Sample Lab is a fun experiment for users to play around with audio samples on a classic 4*4 drum pad. Users can upload their own custom audio samples and see the waveforms for the audio as well.
- Interactive drum pads with visual feedback
- Upload custom audio samples to drum pads
- Waveform visualization for each audio sample
- Responsive design for desktop and mobile devices
- External sample library
React.js
CSS
To run the Sample Lab web app locally, follow these steps:
git clone https://github.com/yourusername/sample-lab.gitcd sample-labnpm installnpm startThe web app should now be accessible at http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.