A spotify clone using ReactJS, React Context API, TailwindCSS & Material UI icons for the frontend and Spotify for developers for the backend authentication and authorization.
Inside the repo there is a .env.example file. Rename it to .env and fill the values with your own api keys.
For Spotify Api you will need a spotify client id from spotify developer API with the following values.
REACT_APP_SPOTIFY_CLIENT_ID=Also add from the setting a redirect URI to the following URI.
http://localhost:3000/spotifyAssuming you have npm or yarn installed, clone the repo and run the following code:
npm install && npm start
or
yarn install && yarn start
