A sleek, responsive and interactive music player built with HTML, CSS, and JavaScript. This web app mimics the core functionality of Spotifyโallowing users to play, pause, seek, control volume, navigate between songs and explore albums. It features dynamic content loading, real-time updates, and a clean UI. ๐
- ๐ผ Multiple Albums with dynamic song lists
โถ๏ธ Play / Pause functionality- โญ๏ธ Next / Previous song controls
- ๐ Seek Bar synced with audio playback
- ๐ Volume Control with mute/unmute toggle
- ๐ Dynamic Data Fetching via
fetch()API - ๐ฑ Responsive Sidebar Menu with hamburger toggle
- ๐จ Attractive UI inspired by modern streaming platforms
- HTML5 ๐งฑ
- CSS3 ๐จ
- Vanilla JavaScript โก
- Audio API ๐
- Async/Await + Fetch API ๐