Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.09 KB

SongCrush App

This is a playlist creation app that uses Spotify's API. Based on Codecademy's React capstone project, "Jammming," I have rebranded the app, restructured the stylesheets to make it mobile-first, and added more features and style modifications to improve its overall UX. I will continue to streamline the app by implementing more features.

The deployed version on Github Pages is available here: https://lauradotcom.github.io/songcrush/ You can reference the original Jammming solution project here: http://jammming.s3-website-us-east-1.amazonaws.com/

Current Features

  • Dynamic searchbar that queries the Spotify API to find songs based on album, artist or track name
  • Ability to add results to a new playlist
  • Ability to name and save the new playlist to linked Spotify account

Future Features

  • Track previews with play/pause functionality — in progress: track previews are functional but need additional logic to keep multiple instances from playing at once
  • Tracks are removed from results once they are added to the playlist
  • Ability to retrieve and edit existing playlists