About

Spotify-clone is a react application cloned from Spotify music app.

You can try the application here: Spotify-clone

Installation

1. Clone this repository using:

git clone https://github.com/rohangawhade/Spotify-clone.git

2. Move into the directory:

cd Spotify-clone

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

yarn

7. To start the application run

yarn start