https://github.com/lauraatenciob/drum-machine
Web application to play sounds and create rhythms.
https://github.com/lauraatenciob/drum-machine
drum-machine freecodecamp-project reactjs
Last synced: 2 months ago
JSON representation
Web application to play sounds and create rhythms.
- Host: GitHub
- URL: https://github.com/lauraatenciob/drum-machine
- Owner: lauraatenciob
- Created: 2024-01-23T15:49:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:35:35.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:52:17.383Z (over 1 year ago)
- Topics: drum-machine, freecodecamp-project, reactjs
- Language: JavaScript
- Homepage: https://lauraatenciob.github.io/drum-machine/
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drum Machine
This is an application to play sounds and make combinations to create your own rhythms. This is one of the projects in the Frontend Development Libraries certification program at FreeCodeCamp.
This application was released to production using Github Pages. You can see a preview in this [link](https://lauraatenciob.github.io/drum-machine/).
## Used technologies
This project was developed with React JS.\
For development purposes, you can create a fork of this repo and run npm install, and then npm starts to launch the development server at localhost:3000.