Music player made with React JS that connects with your spotify account and play the music seamlessly. It uses spotify API to fetch playlist, favorites, profile from your spotify account.
- Login with Spotify account.
- Show profile page with custom recommendations.
- Play music with inreactive UI.
- Show favorite songs.
- Show library with playlist.
To run the project follow the simple steps:
- Clone this repository.
- Create a account on spotify if not exists.
- Go to https://developer.spotify.com/ and login.
- Go to https://developer.spotify.com/dashboard and create app
- Give any name, description and add your local host url inside redirct url section (say http://localhost:3000/)
- From dashboard, go to settings and copy the client id.
- Inside the repository, go to spotify.js and replace clientId with your copied client id, and replace redirectUri with your local host url
- Run the app.