/spotifyclone

Spotify website clone built with HTML, CSS and vanilla JavaScript.

Primary LanguageCSS

Spotify landing page UI

This was my first ever solo project after finishing the basics of frontend web developement. Although I Googled a few things here and there, I learned and wrote a ton of CSS on my own, including flexbox and media queries for designing a responsive layout. I am finally confident enough in my CSS abilities to create designs withount needing libraries like Bootstrap (two thumbs down btw, I hate bootstrap), or tailwind. This project also helped me learn a lot about HTML semantics and the basics of JavaScript DOM manipulation.

Check it out here.

Here's the original for reference.

Areas of focus:

  • Media Queries
  • DOM Manipulation
  • HTML Semantics
  • Pure CSS
  • JavaScript