Spotify Playlist Builder
A React web app that allows users to search the Spotify library, create a custom playlist, then save it to Spotify account.
I used my knowledge of React components, passing state, and requests with the Spotify API to build a web app that allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account. I created the App, SearchBar, SearchResults, Playlist, TrackList and Track components, passed the state of a search results parameter through a series of components to render an array of tracks, then passed the state of a user’s custom playlist title and tracks from the App component down to components that render them. I wrote methods that add and remove songs from the playlist, update the playlist’s title, and save a user’s playlist to their Spotify account.
Technologies and coding skills I used while working on this project:
View GitHub repository at GitHub