Skip to content

A single page React Spotify Clone App, that has functionality to synchronise your real Spotify account's Playlist and Songs.

Notifications You must be signed in to change notification settings

mamun-63/spotify-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Clone

Checkout Live Demo of this Spotify clone: Live Site

Better check here: Live Site It'll not display acoount's info like playlist, songs, album name etc.

Keywords: react, react-hooks, react context api, material-ui, spotify api

App Overview

  • Authenticate with user, spotify provides access token
  • With that token, we connect our app to spotify-web-api. That gave us the main page of spotify to use
  • Fetched real time Playlist from user's account
  • Also fetched Your Release Radar songs and some information like artists name, album, how many songs etc

spotify-app_interface

spotify-app_interface


Description

  • It's a massive build to learn API fetching I can say.

  • Spotify API has it's own User Authentication. But it has no permission to use like user-password login system. You need prior spotify account attached to the browser, only then you can access to spotify main page. I have used my own spotify account id to get real time Playlist and songs to display in this clone. So if you are trying this app, you can't go to with that login.

  • You can't play song, play next, control sound or use shuffle in this clone. This can be done only if you have premium spotify developer account maybe.

About

A single page React Spotify Clone App, that has functionality to synchronise your real Spotify account's Playlist and Songs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published