https://github.com/konradjam/fcc-drum-machine
Real drum machine simulator
https://github.com/konradjam/fcc-drum-machine
css freecodecamp frontend html intermediate javascript react redux
Last synced: 13 days ago
JSON representation
Real drum machine simulator
- Host: GitHub
- URL: https://github.com/konradjam/fcc-drum-machine
- Owner: KonradJam
- Created: 2024-03-11T17:24:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T17:54:43.000Z (about 2 years ago)
- Last Synced: 2025-07-19T01:33:06.545Z (9 months ago)
- Topics: css, freecodecamp, frontend, html, intermediate, javascript, react, redux
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drum Machine
This application was made to pass the task on FreeCodeCamp.
It's simulating a real drum machine.
The application can be operated with a mouse, but also with a keyboard.
Shortcuts:
```
Escape - power on/off
+/- - volume up/down 1%
Shift + +/- - volume up/down 5%
q,w,e,a,s,d,z,x,c - sounds
```