Working link - https://fluffy-fudge-ec59b3.netlify.app
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.
- 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
git clone https://github.com/JaySingh23/music-player-app.git
cd music-player-app
npm install
npm run dev