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/ diff --git a/Projects/3-Advanced/Guess the Song Game b/Projects/3-Advanced/Guess the Song Game new file mode 100644 index 00000000..f3bd4a9e --- /dev/null +++ b/Projects/3-Advanced/Guess the Song Game @@ -0,0 +1,19 @@ +# 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] (https://www.npmjs.com/package/youtube-playlist) - NPM package to get youtube playlist details. + +## Example projects +- [Guess the song project with socket IO] https://github.com/ramanic/GuessTheSong