An open API service indexing awesome lists of open source software.

https://github.com/thuyencode/drum-machine

Build a Drum Machine | freeCodeCamp
https://github.com/thuyencode/drum-machine

freecodecamp react

Last synced: 7 months ago
JSON representation

Build a Drum Machine | freeCodeCamp

Awesome Lists containing this project

README

          

# Drum Machine | A project for freeCodeCamp

[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com) ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB) ![Vite](https://img.shields.io/badge/Vite-ffab03?style=for-the-badge&logo=vite&logoColor=white) [![freeCodeCamp](https://img.shields.io/badge/Built%20for-freeCodeCamp-1f425f.svg?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-drum-machine)

[![Drum Machine's responsive design](https://i.ibb.co/Bq6R5m8/Screenshot-20230705-235216.png)](https://ibb.co/f4N7zbm)

## How to play with this project

```text
git clone https://github.com/thuyencode/drum-machine
cd drum-machine
npm i && npm run dev
```

If you want the production build:

```text
npm run build
npm run preview
```