My Music Player is a React based web app that plays the requested song along with its album art and lyrics. It makes use of APIs for requesting the data and songs.
- Youtube API provides top 7 links of the song
- Play/Stop option
- Album Cover and Lyrics requested using genius-lyrics-api API
- Controls - Progress Bar, repeat,etc
- Playlists
- Highlight the current playing song
- Improve UI
After cloning this repo, just type:
npm install
npm start