Skip to content

BJ1209/Spotify-Clone-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPOTIFY WEB ClONE

Spotify authentication by your Spotify Account

Spotify Clone Login

Login-Page

Spotify Clone GIF

Spotify-Clone-App

Tech Used:

  1. Create React App -> for creating the Template of the Project.
  2. Firebase -> For Deployment of the Project/App.
  3. spotify-web-api-js -> For the Authentication and fetching of all playlists,tracks and much more.
  4. node-sass -> node-sass is a sass compiler.
  5. react-router-dom -- For Routing Between Pages.
  6. material-ui -- For Some PreBuilt Components and Icons.
  7. react-spinners -> React Spinners is a library for loading animattions.
  8. numeral -> numeral is a library for handling the numbers.

Installation

npm install

Add your spotify client id to spotify.js file

Start The App

npm start

Build The Project

npm run build