Skip to content

Instantly share code, notes, and snippets.

@soul-wish
Created July 11, 2018 08:08
Show Gist options
  • Select an option

  • Save soul-wish/0222a479f193627b132dd70c059fa6da to your computer and use it in GitHub Desktop.

Select an option

Save soul-wish/0222a479f193627b132dd70c059fa6da to your computer and use it in GitHub Desktop.

Revisions

  1. soul-wish created this gist Jul 11, 2018.
    22 changes: 22 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    # Create a simple soundboard 🎸🎹🥁

    1. Create a new repo called `soundboard`
    2. Create a simple single page app (just one index.html, one JS and one CSS file)
    3. Create any layout you want (with any technologies)
    4. Download .wav samples at
    - http://www.wavlist.com/soundfx/instruments.html
    - https://freewavesamples.com
    - https://sampleswap.org/
    5. Have fun 😉

    ---

    App should be able to (at least):
    - play sounds on keyboard clicks
    - work on mobile devices (play sounds with clicks/taps)

    ---

    Task estimation: 1 day

    Deadline: July 12