A responsive Spotify Clone built using HTML, CSS, and JavaScript.
This project mimics the Spotify UI and provides a simple music player experience with playlists.
- π¨ Spotify-inspired UI
- π± Responsive design (desktop + mobile)
- πΆ Play/Pause, Next, Previous functionality
- π§ Local songs and cover images
- HTML5
- CSS3
- JavaScript (ES6)
git clone https://github.com/Sanjanayadav07/Spotify-clone.git
cd Spotify-cloneJust open the index.html file in your browser OR use Live Server in VS Code.
spotify-clone/
βββ cover/ # Song cover images
βββ songs/ # MP3 files
βββ index.html # Main file
βββ style.css # Styling
βββ app.js # JavaScript logic
βββ favicon.ico
βββ logo.png
βββ playing.gif
Works offline with local MP3 files
You can replace songs inside songs/ and covers inside cover/
Feel free to submit issues or pull requests to improve the project.