/react-spotify-clone

Spotify Clone build using React & Spotify Web API

Primary LanguageJavaScript


SPOTIFY CLONE

This is a spotify clone for desktop version using React & Spotify Web API.

Click here to view demo

Installation

  1. Clone the repo
git clone https://github.com/github_username/repo.git
  1. Install NPM packages
npm install
  1. cd to the project directory & run the start script. Runs the app in the development mode Open http://localhost:3000 to view it in the browser
npm start