A simple front-end Spotify web player clone built using HTML and CSS. This project replicates the basic layout, styles, and design of the Spotify interface. Ideal for practicing front-end development and UI/UX design.
Spotify/ ├── index.html # Main HTML page ├── style.css # Styling file └── assets/ # Folder containing images and icons ├── image1.jpg └── ...other images
- Responsive and clean UI
- Static front-end replica of Spotify
- Organized folder structure
- Easy to deploy using GitHub Pages
-
Clone the repository:
git clone https://github.com/SangeSoumya/Spotify.git -
Navigate to the project folder:
cd Spotify -
Open in browser:
Double-clickindex.htmlor use Live Server in VS Code.
- HTML5
- CSS3