A web-based music player inspired by Spotify, allowing users to browse, play, and manage songs and playlists.
- Browse music albums by mood or artist
- Play, pause, and seek songs
- View and select songs from each album
- Create and manage custom playlists
- Responsive and modern UI
- Create a new folder in songs, add your .mp3 files, and an info.json file:
{
"title": "Album Title",
"description": "Album Description"
}- Change cover images:
Add a
cover.jpgto the album folder.