Everybody likes music, right? Odds are, if you do, you have heard of Spotify.
In this repo, we will be building a simplified version of Spotify:
All of the necessary assets and images are already provided
- Fork this repo
- Clone this repo
Upon completion, run the following commands:
$ git add .
$ git commit -m "done"
$ git push origin master
You are provided with some assets you will find the necessary images in the folder present already, and the text is ready for you in the index.html
file. Write your HTML and CSS code in the index.html
and style.css
files, respectively. Remember to follow the best practices.You are free to fork this repo and edit it, This code was written after watching a youtube tutorial by Code With Harry.
Happy coding! ❤️