Skip to content

A webpage built using JS plays the sound of drum kits when we click on their image.

Notifications You must be signed in to change notification settings

Swap-Nova/Drummer._.Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Drummer Bot 🥁

A webpage built using HTML, CSS & JavaScript. The webpage plays the sounds of different drum images by clicking on it.

  • The button actually contains an image inscribed in it.
  • When the user click on the image, the image plays the respective sounds that is assigned to it.
  • The webpage uses advanced JS concepts & DOM Concepts.

We have used JS attributes & properties like:

document.addEventListener
name(event.Key)

Switch Statements

function name(key){
switch(key){
case "w":
 break;
case "s":
  break;
  }
}

About

A webpage built using JS plays the sound of drum kits when we click on their image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published