Skip to content

umitkara/Spotify-Clone

Repository files navigation

Spotify Clone

Note: This project was conducted by following this course.

Spotify Clone is a personal development project to learn how to build a web site with PHP. Most of the site is built by following the course. But i tried to write my own code most of the time.

I know that the proper way is to handle entry point on one file and use require to load the other files. But i doing this way is easier to understand for me.

Also in a proper site there should be a proper routing system.

Screenshot of the site:

Login&Register Login and Register page.

Browse Browse page.

Search Search page.

Yourmusic Your music page.

Playlist Playlist page.

Album Album page.

Artist Artist page.

Profile Profile page.

Settings Settings page.

DB Database schema.