H3li0 / drums-sound

A simple audio application using pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drum Kit - A Sample audio application

A simple audio application using pure JavaScript

Learning Points

  • How to select elements via tag attributes
  • How to play audio files
  • How to rewind audio
  • How to add and remove classes from elements via JS
  • How to add and eventListener to an element
  • How to deal with 'keydown' and 'transitionend' events

About

A simple audio application using pure javascript

License:MIT License


Languages

Language:HTML 54.7%Language:CSS 26.3%Language:JavaScript 19.0%