zaraduruji / Music-Playlist-Explorer

0 stars 0 forks source link

Project Feedback #2

Open randrade13 opened 2 weeks ago

randrade13 commented 2 weeks ago

Adding feedback I shared from last week here for bookkeeping:

https://github.com/zaraduruji/Music-Playlist-Explorer Feedback:

AkshayGoelTech commented 2 weeks ago

Looking great so far! Here is some early feedback:

  1. Great job creating different files for different types of data (css, html, js etc). I'd recommend you take it a step further by creating folders inside your repo to hold these files now as you add more html/js/css files. Example: Make a images folder that holds additionsymbol.jpg pinkbackground.jpg etc. Make a css folder to hold all your css files. Note, you'll need to update the paths in your html code to include the new paths! Feel free to reach out to me if you need help here
  2. When you're naming files, it's generally advisable to split different words using an underscore. So you'd rename the photo files to: addition_symbol.jpg and pink_background.jpg
  3. Inside index.html, I would move the two script tags that are importing your js outside of the body tag
  4. I absolutely LOVE how you have modularized your code into helper functions in script.js. Keep that up! (getRandomPlaylist is just beautiful)
  5. I'd love for you to update your readme with screenshots of the current state of the project and instructions on how to run it. Right now it's as simple as open index.html, but one day in the upcoming weeks I imagine you'll connect a server that will need more instructions. Better to get started now!