A responsive Spotify-inspired music player built using HTML, CSS, and JavaScript. This project replicates the basic look and feel of Spotify with playlist browsing, music playback controls, and a responsive design for desktop and mobile devices.
- 🎧 Play, Pause, Next & Previous controls
- 📂 Playlist and song library
- 🔊 Volume control
- ⏱️ Music progress bar with current time
- 📱 Responsive design for mobile and desktop
- 🎨 Spotify-inspired UI
- 📂 Dynamic song loading using JavaScript
- HTML5
- CSS3
- JavaScript (ES6)
Home page with playlists and music player.
Music playback with controls, timer, and volume.
Responsive layout optimized for mobile devices.
Sliding sidebar showing the music library.
Spotify-Clone/
│── index.html
│── css/
│ ├── style.css
│ └── utility.css
│── js/
│ └── script.js
│── songs/
│── img/
│── screenshots/
│── README.md
git clone https://github.com/imakasx/spotify-clone.git
cd spotify-cloneOpen index.html in your browser.
- Search functionality
- Shuffle & Repeat
- Login page
- Backend integration
- User playlists
- Music API integration


