ashwanilpu / MusicPlayer

Board Infinity Task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. First their is login component which is used to get authorization token from spotify
  2. Spotify.js is the file where the code of authriztion is writeen
  3. Then we recive our acces token and come back to home page where we can see a form to search the song
  4. We are using spotify-web-api-js to search for songs
  5. Afeter Receiving response From the server we are displaying the songs using songlist.js component
  6. After that we are using react-spotify-web-playback to implement the player (this is only use in preium user)
  7. On clicking the song player enable and start playing the song

About

Board Infinity Task


Languages

Language:JavaScript 62.2%Language:HTML 19.7%Language:CSS 18.1%