warnas/groovytunes-spotify-clone-vibes
0
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.
initial commit
