A personalized interactive and completely responsive music streaming web application that delivers a sleek and intuitive user interface designed to enhance your listening experience with clean and minimalist design.
Inspired by Spotify and YouTube Music
- Inside the
songs
folder, create or replace individualplaylists
folders with descriptive names (e.g., "Rock Classics", "Chill Vibes", "Workout Mix") - Inside the
img
folder, create or replace individual images.jpg
- For each playlist folder, add:
- All songs belonging to that playlist
- For each images folder, add:
- All images with their specific names
- Open your HTML file and locate the
<div class="card-container">
section - For each playlist card:
- Update the
<img src="">
attribute with your cover image filename - Modify the
<div data-folder="">
attribute with your exact playlist folder name
- Update the
- Important: Ensure the folder names match exactly between your file system and HTML code
The JavaScript code will automatically:
- Detect your playlist folders
- Load songs from each folder
- Display them in the corresponding cards
Your personal music streaming website is ready! Experience a sleek, Spotify-inspired interface with your own curated playlists.
Note:
added hamburger functionality for other devices to improve responsiveness.
- HTML5
- CSS3
- JavaScript (Vanilla)