/MusicPlayer

Board Infinity Task

Primary LanguageJavaScript

  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