From 898fa3683cad434378af2d6585df09e564922771 Mon Sep 17 00:00:00 2001 From: Samriddhi620 <73621618+Samriddhi620@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:37:48 -0700 Subject: [PATCH 1/3] Added an app idea --- Projects/3-Advanced/Guess the Song Game | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Projects/3-Advanced/Guess the Song Game diff --git a/Projects/3-Advanced/Guess the Song Game b/Projects/3-Advanced/Guess the Song Game new file mode 100644 index 00000000..7760a4bc --- /dev/null +++ b/Projects/3-Advanced/Guess the Song Game @@ -0,0 +1,18 @@ +# Guess The Song Game +**Tier:** 3-Advanced + +A game in which user can listen to some portion of music/song and have to guess the name or author of song. + +## User Stories +- [ ] User can create their own quiz by adding a list of songs and answers (Song can be added from youtube). +- [ ] User can share their quiz with friends. +- [ ] User can see the score of all other participants. + +## Bonus features +- [ ] Adding multiplayer feature where user can simultaneously play with friends. + +## Useful links and resources +- Youtube Playlist API - NPM package to get youtube playlist details. + +## Example projects +- Guess the song project with socket IO From 37760211789bd468e449a6d1d7eedaf7d815a72f Mon Sep 17 00:00:00 2001 From: Samriddhi620 <73621618+Samriddhi620@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:42:07 -0700 Subject: [PATCH 2/3] Update the Guess the Song Game --- Projects/3-Advanced/Guess the Song Game | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Projects/3-Advanced/Guess the Song Game b/Projects/3-Advanced/Guess the Song Game index 7760a4bc..f3bd4a9e 100644 --- a/Projects/3-Advanced/Guess the Song Game +++ b/Projects/3-Advanced/Guess the Song Game @@ -1,4 +1,5 @@ # Guess The Song Game + **Tier:** 3-Advanced A game in which user can listen to some portion of music/song and have to guess the name or author of song. @@ -12,7 +13,7 @@ A game in which user can listen to some portion of music/song and have to guess - [ ] Adding multiplayer feature where user can simultaneously play with friends. ## Useful links and resources -- Youtube Playlist API - NPM package to get youtube playlist details. +- [Youtube Playlist API] (https://www.npmjs.com/package/youtube-playlist) - NPM package to get youtube playlist details. ## Example projects -- Guess the song project with socket IO +- [Guess the song project with socket IO] https://github.com/ramanic/GuessTheSong From 939726bc84d61a0cd5412c2a2422d223a641c61e Mon Sep 17 00:00:00 2001 From: Samriddhi620 <73621618+Samriddhi620@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:48:31 -0700 Subject: [PATCH 3/3] Create a interactive periodic table (app idea) --- Projects/1-Beginner/Periodic Table | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Projects/1-Beginner/Periodic Table diff --git a/Projects/1-Beginner/Periodic Table b/Projects/1-Beginner/Periodic Table new file mode 100644 index 00000000..d9f35907 --- /dev/null +++ b/Projects/1-Beginner/Periodic Table @@ -0,0 +1,15 @@ +# Periodic Table + +**Tier:** 1-Beginner + +While this application helps beginners to brush up their skills, it will also help out many students like me who find it difficult to learn the periodic table. It is interactive + +## Github Repo link: +- https://github.com/atharva20-coder/3d-periodic-table + +## To advance to a little we can also follow this 👇 +- https://github.com/atharva20-coder/periodic-table + +## Respective Live site Link +- https://modernperiodictable.netlify.app/ +- https://dynamic-periodic-table.netlify.app/