Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 557 Bytes

File metadata and controls

25 lines (18 loc) · 557 Bytes

Spotify Clone

A web-based music player inspired by Spotify, allowing users to browse, play, and manage songs and playlists.

Features

  • 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

Adding new albums

  • 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.jpg to the album folder.