CoolFace
Apppublic

warnas/groovytunes-spotify-clone-vibes

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
2 commits on main
a49fa8f1y ago

Create an HTML, CSS, and JavaScript project that looks visually similar to Spotify. The website should load and display all audio files from a specified 'music' folder on the server. Each file should be listed with a play button, track progress bar, and basic controls (play, pause, next, previous, repeat, shuffle). Add a simple responsive design with a sidebar for navigation (like Spotify) and a main area showing the music playlist. Make sure the page dynamically fetches the list of songs from the 'music' folder instead of hardcoding them.

warnas
2f282cb1y ago

initial commit

warnas