Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 812 Bytes

Music Player App

About

This is a React-based music player application that fetches and displays a list of songs from an API. It allows users to search for songs, play them, and navigate through the list of songs. It also supports play/pause, volume control, and progress tracking.

Features

  • Fetch and display a list of songs from an API
  • Search functionality to filter songs
  • Play/pause, next/previous, and volume control for the current song
  • Custom progress bar for the song being played
  • Displays the cover image, song name, and artist
  • Changes the background color based on the song's accent color

Installation

git clone https://github.com/JaySingh23/music-player-app.git
cd music-player-app
npm install
npm run dev