From cb0deed6ddd84b39ddf11ca2f97dcb45568791a9 Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:42:12 -0500 Subject: [PATCH 1/7] Musical Instrument --- Musical Instruments.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Musical Instruments.md diff --git a/Musical Instruments.md b/Musical Instruments.md new file mode 100644 index 00000000..fda679da --- /dev/null +++ b/Musical Instruments.md @@ -0,0 +1,32 @@ +# 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 +- Only basic understanding of HTML/CSS is required + +## 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/) From a9b9da7d1ad083c15c7f408a4d88436f455c1fe9 Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:43:19 -0500 Subject: [PATCH 2/7] Musical Instruments first commit --- Projects/1-Beginner/Musical Instruments.md | 32 ++++++++++++++++++++++ 1 file changed, 32 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..fda679da --- /dev/null +++ b/Projects/1-Beginner/Musical Instruments.md @@ -0,0 +1,32 @@ +# 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 +- Only basic understanding of HTML/CSS is required + +## 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/) From e1baae1f40542a6c8a8cb2a2f201537dc128f9bf Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:45:00 -0500 Subject: [PATCH 3/7] Delete Musical Instruments.md --- Musical Instruments.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 Musical Instruments.md diff --git a/Musical Instruments.md b/Musical Instruments.md deleted file mode 100644 index fda679da..00000000 --- a/Musical Instruments.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 -- Only basic understanding of HTML/CSS is required - -## 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/) From af6ebdbb20c42a2ccc3bac1a175dfbd1bd6598f2 Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Fri, 21 Oct 2022 11:52:42 -0500 Subject: [PATCH 4/7] Delete Musical Instruments.md --- Projects/1-Beginner/Musical Instruments.md | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 Projects/1-Beginner/Musical Instruments.md diff --git a/Projects/1-Beginner/Musical Instruments.md b/Projects/1-Beginner/Musical Instruments.md deleted file mode 100644 index fda679da..00000000 --- a/Projects/1-Beginner/Musical Instruments.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 -- Only basic understanding of HTML/CSS is required - -## 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/) 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 5/7] 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) From 72e4730e86f7b7ea1a007ef777d41d1ffb931720 Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:00:04 -0500 Subject: [PATCH 6/7] Inserted Musical Instruments App Idea --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6557617..a1a50446 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ required to complete them. | [JSON2CSV App](./Projects/1-Beginner/JSON2CSV-App.md) | JSON to CSV converter | 1-Beginner | | [Key Value](./Projects/1-Beginner/Key-Value-App.md) | Keyboard Event Values | 1-Beginner | | [Lorem Ipsum Generator](./Projects/1-Beginner/Lorem-Ipsum-Generator.md) | Generate lorem ipsum placeholder text | 1-Beginner | +| [Musical Instruments](./Projects/1-Beginner/Musical-Instruments.md) | Identify musical instruments and play corresponding sounds | 1-Beginner | | [Notes App](./Projects/1-Beginner/Notes-App.md) | Create an online note pad | 1-Beginner | | [Pearson Regression](./Projects/1-Beginner/Pearson-Regression-App.md) | Calculate the correlation coefficient for two sets of data | 1-Beginner | | [Pomodoro Clock](./Projects/1-Beginner/Pomodoro-Clock.md) | Task timer to aid personal productivity | 1-Beginner | From 600951c7846d43f98fa94736ef29bd7c3f14ed9f Mon Sep 17 00:00:00 2001 From: groovypersian97 <115654141+groovypersian97@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:01:45 -0500 Subject: [PATCH 7/7] Rename Musical Instruments.md to Musical-Instruments.md --- .../1-Beginner/{Musical Instruments.md => Musical-Instruments.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/1-Beginner/{Musical Instruments.md => Musical-Instruments.md} (100%) diff --git a/Projects/1-Beginner/Musical Instruments.md b/Projects/1-Beginner/Musical-Instruments.md similarity index 100% rename from Projects/1-Beginner/Musical Instruments.md rename to Projects/1-Beginner/Musical-Instruments.md