Slotify is a music streaming web application that is designed to mimic the functionality of Spotify. This project is based on the Udemy course "Make a Spotify Clone from Scratch: JavaScript PHP and MySQL" by Reece Kenney.
-
User Registration and Login: Users can register for a new account and login to access the music library.

-
Music Streaming: Users can stream music directly in their browser.

-
Playlist Creation and Management: Users can create their own playlists and add or remove songs.

-
Playback Controls: Users have full control over music playback with play, pause, next, previous, repeat, and shuffle features.

-
User Settings: Users can logout and change their email and password.

- Install XAMPP.
- Run the Apache web server and MySQL Database server using the XAMPP control panel.
- Clone the repository to your local machine using
git clone https://github.com/Tizzz-555/Slotify.git. - Move the cloned repository into the
htdocsfolder within your XAMPP installation directory. - Open a web browser and navigate to
localhost/Slotify.
After navigating to localhost/Slotify, you will be directed to a login page. You can register for a new account or login if you already have an account. After logging in, you will have access to the music library where you can play songs, create playlists, and use the playback and volume controls.
