Information :
- Repo: Github Repo
- Site: Github Pages
- Download an mp3 sound and add it to the sounds folder
- Add the name, value and color for the sound in js/sounds.mjs
{
name: 'Classroom Applause', // this name will be displayed on the button
value: 'classroom-applause', // the mp3 sound file name
color: 'sky-blue' // background color for the button
}