Skip to content

sargalias/drum-machine

Repository files navigation

Drum machine (with React)

A simple drum machine made with React. When you click on a drum pad or pressing the corresponding letter on your keyboard plays a sound for half a second. The sound name is displayed as well.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • NPM

Installation requires NPM which is included with Node. You can install Node by downloading the installer from the website.

To update NPM to the latest version:

npm install -g npm@latest

Installation

  1. Clone the repo
git clone https://github.com/sargalias/drum-machine.git
  1. Install NPM packages
npm install

Usage

  • Start the project on a local server: npm start

For additional instructions, please see the Front end project starter. It's the base for this project.

Built with

License

This project is licensed under the MIT License - see the LICENSE.md file for details.