Spotify-clone is a react application cloned from Spotify music app.
You can try the application here: Spotify-clone
1. Clone this repository using:
2. Move into the directory:
3. Remove .lock files if any present in the repository
4. Get your clientId for free from Spotify developers.
5. Create the app and open Edit Settings. Add http://localhost:3000/
in Redirect URIs. Get the clientId and add it in spotify.js
6. Open terminal and to install necessary modules run
7. To start the application run