From 3930fc234ee0b56bf1562ad4f1bed3d32070b678 Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Fri, 21 Oct 2022 11:53:14 -0500 Subject: [PATCH] First Commit uploaded Musical Instruments.md --- Projects/1-Beginner/Musical Instruments.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Projects/1-Beginner/Musical Instruments.md diff --git a/Projects/1-Beginner/Musical Instruments.md b/Projects/1-Beginner/Musical Instruments.md new file mode 100644 index 00000000..07bc4804 --- /dev/null +++ b/Projects/1-Beginner/Musical Instruments.md @@ -0,0 +1,31 @@ +# Musical Instruments + +**Tier:** 1-Beginner + +Create a website that contains a visual list of musical instruments and their corresponding sounds. Instruments will be listed in alphabetical order. Add PLAY, PAUSE, & RESTART features. + +- Understanding different HTML multimedia types +- Knowledge of basic HTML/CSS is suggested +## User Stories + +- [ ] User can filter between strings, brass, woodwinds, percussions, keyboards +- [ ] User can click image for name of instrument +- [ ] User can play audio +- [ ] User can pause audio +- [ ] User can adjust volume + +## Bonus features + +- [ ] User can toggle between seconds of audio clip + + +## Useful links and resources + +- [HTML Audio/Video](https://www.w3schools.com/tags/ref_av_dom.asp) +- [Website Build](w3schools.com/howto/howto_make_a_website.asp) + + +## Example projects + +- [Begin Band]( https://www.beginband.com/sndclips.shtml) +- [AAA State of Play](https://www.aaastateofplay.com/the-wide-world-of-music-a-guide-to-100-musical-instruments-interactive)