Drum Machine 🥁

The Drum Machine project is an interactive web application that allows users to create and play drum patterns with ease. Whether you're a musician, a learner, or simply someone who enjoys experimenting with sounds, this project offers an intuitive platform to let your creative beats flow.

You can access the deployed application here.

Technologies used 🧑‍💻

  • Javascript
  • React JS
  • TypeScript
  • Vite
  • HTML
  • CSS

How to use 📦

  1. Clone the repository to your local machine
git clone https://github.com/aman-chhetri/drum-machine.git
  1. Navigate to the project directory
cd drum-machine
  1. Install the dependencies
npm install
  1. Start the development server
npm run dev

Feedback and Contribution

It is publicly open for any contribution. Bugfixes, new features, and extra modules are welcome.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub Issues.