This is React-Spotify
, a React front end client that communicates with the Spotify API.
If you don't have a spotify account you can use the following credentials:
email: spotifyreact@gmail.com
password: Example
If you want to run locally, follow step below:
git clone https://github.com/aditiadj/react-music-api
in your terminalcd react-music-api
npm install
npm run start
Source code from: Pau1fitz Thanks!