/spotify

Re-create spotify's home page using ReactJs v16.2.0, font-awesome v5.0.6 and react-slick.

Primary LanguageJavaScriptMIT LicenseMIT

Spotify

Installation

  • Clone or download the repository by typing git clone <url-repository> in your terminal

  • Then run install using npm or yarn

npm

  • Install the dependencies | npm install

  • Run the spotify app | npm start

yarn

  • Install the dependencies | yarn

  • Run the spotify app | yarn start