https://github.com/z-hughes/drum-kit
Interactive Drum Kit. Single page site showcasing DOM manipulation and advance JS
https://github.com/z-hughes/drum-kit
animation-css css3 dom-manipulation event-listeners higher-order-functions html5 javascript object-oriented-programming
Last synced: 3 months ago
JSON representation
Interactive Drum Kit. Single page site showcasing DOM manipulation and advance JS
- Host: GitHub
- URL: https://github.com/z-hughes/drum-kit
- Owner: Z-Hughes
- Created: 2022-04-06T20:01:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T19:38:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T03:24:56.795Z (5 months ago)
- Topics: animation-css, css3, dom-manipulation, event-listeners, higher-order-functions, html5, javascript, object-oriented-programming
- Language: CSS
- Homepage:
- Size: 20.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drum-Kit
A fun interactive Drum Kit for when you are bored. This project's focus is on advanced Javascript DOM manipulation.
View Live Site: https://boredrum.herokuapp.com/
Project Technologies:
HTML (5) CSS (3) JavaScript (ES6)
Skills Implemented:
Event Listeners
Higher Order Functions
JS Objects
Callbacks and Responding to Events
Simple Animations
Manipulating HTMl element attributes with JS