A react-based Spotify UI clone
application using Spotify APIs for
authentication
User details
getting playlists
getting personal discover weekly
Note: Search results are pre-loaded in src > utils > data.json
for development purpose. For real-time results follow the below steps
git clone https://github.com/dineshnadimpalli/React-Spotify-UI-Clone.git
Enter the project directory and do
npm install (or) npm i
npm start
This will run the project in http://localhost:3000
Follow this guide https://developer.spotify.com/documentation/general/guides/app-settings to create a spotify application in developer.spotify.com for using Spotify APIs
Click on
Edit settings
in your Spotify application and set redirect url as http://localhost:3000 also copy the Client ID
and paste it in the src > utils > spotify.js
Finally, modify the code in the
src > utils > spotify.js
and src > App.js
accordingly and you are code is ready for launch 🚀