A web-based music player that mimics the functionality of Spotify. This project allows users to browse albums, play songs, and control playback.
- Browse and display albums
- Play and pause songs
- Navigate between songs
- Volume control
- Seek through songs
Spotify Clone/
├── css/
│ ├── style.css
│ ├── utility.css
│ └── info.json
├── js/
│ └── script.js
├── index.html
└── README.md
-
Clone the repository to your local machine:
git clone <repository-url>
-
Navigate to the project directory:
cd Spotify Clone
-
Open
index.html
in your preferred web browser to view the application.
- The left sidebar contains the home and search options.
- The library section displays the list of songs.
- The right section displays the header, Spotify playlists, and the playbar.
- Click on an album card to load and display the songs in that album.
- Click on a song to play it.
- Use the play/pause button to control playback.
- Use the previous and next buttons to navigate between songs.
- Adjust the volume using the volume control.
- Seek through the song using the seek bar.
- None
This project is licensed under the MIT License.
- Inspired by Spotify
- Icons from IconFinder