A front-end web clone of Spotify built using HTML, CSS, and Font Awesome icons. This project focuses on creating a responsive UI/UX inspired by Spotify’s web player.
- Sidebar Navigation: Home, Search, and Your Library sections.
- Playlist Cards: Recently played and featured charts.
- Sticky Top Navigation: User profile, Explore Premium, and app install button.
- Music Player Bar: Controls for play/pause, skip, and playback progress.
- Responsive Design: Adapts layout for smaller screens with selective hiding.
- Interactive UI Elements: Hover effects on icons and cards.
- Markup: HTML5
- Styling: CSS3 (Flexbox for layout)
- Icons: Font Awesome 6
- Fonts: Google Fonts (Montserrat)
- Static Assets: Local image assets for cards and player controls
- Add JavaScript functionality for real playback controls.
- Connect to a music API for dynamic playlists.
- Implement dark/light theme toggle.
- Make the UI fully mobile-friendly.