Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Day 1 Javascript Drum Kit

I decided to go for a hang/handpan drum layout, always loved these drum sounds! 🎶🥬🍃🍂🌿

Attribution

Key Topics

  • Key Events / Listeners - Used keypress listeners to connect the drum keys to the audio and dynamically play them when pressed.
  • Audio - Used audio elements to play our audio files.
  • Animation - used css animations to animate the keys when they are played.