Drum machine written in React.
❗ You can access the site here: https://stefanvlad0.github.io/drum-machine/
If you prefer to run the project locally, follow these steps:
-
Clone this repository to your local machine using the following command:
git clone https://github.com/StefanVlad0/drum-machine.git
-
Navigate to the project directory:
cd drum-machine
-
Install the necessary dependencies using either npm (Node Package Manager) or yarn:
npm install # or yarn install
-
Once the dependencies are installed, you can start the development server:
npm start # or yarn start
-
Open your web browser and go to http://localhost:3000 to see the running application.