izuchukwumba / site-unit2-project1-music-playlist-explorer-starter

Starter code for the Music Playlist Explorer project
https://site-unit2-project1-music-playlist-explorer-starter-sigma.vercel.app
0 stars 0 forks source link

Project feedback #2

Open lima1756 opened 3 weeks ago

lima1756 commented 3 weeks ago

Hey Izu! Loved this project, the UI is delightful and having the video to present it was also great! Overall it was a great work, and I have to admit being surprised when I saw that the site was constructed with plain HTML+JS instead of React, congratulations!

Besides what @azhiah already mentioned, I have some feedback for you:

Fundamentals

Easy to Understand/Clean Code

Modularity

let object1 = 1; 
let object2 = 2;
let object3 = 3;

you can always transform that into a list of objects let objects = [1, 2, 3]

extra Some stuff that might be interesting to learn and you could use later if needed/wanted

izuchukwumba commented 3 weeks ago

Thanks alot. I will implement these feedbacks in future projects.