# Super Simple Shuffling Soundboard ### Oh my! What is it exactly? --- The objective of this repo is to be a very simple soundboard with a random shuffle between sounds/music feature. --- ### How to use 1. Download (or clone) this repo. 2. Save any sound effects and music you wish to use into your `sounds` directory. 3. Open `index.html` in your web browser and a text editor/IDE. 4. Make groups of `
` just like the examples given. ### Example: ```

Classical

``` In an effort to keep the javascript as simple as possible, the "play" class on the divs is necessary, as are the play and pause buttons. --- #### Credits Thanks to FontAwesome, jQuery, and HTML Boilerplate.