Song On Spotify is a Full Stack
web app used as a solution to add songs to your playlists on spotify faster.
Using Spotify's API services, users can log in quickly, select the playlist they want to add their songs to, and search up songs to add to their playlist!
Tech Stack
Following Spotify's Authentication Flow
I created a simple NodeJS
and Express
backend to interact with the authorization endpoints Spotify provides.
With the authorization flow complete, I was able to gather Access Tokens
to use on our frontend services.
For the Front End
of the project, I decided to go with React hooks
. Hooks provides me with easierState Management
and the ability to create useful Custom Hooks
to further simplify state management.
As a means to expirement, I learned how to set up TailwindCSS
, a utility first CSS Framework
that allowed me build my designs faster.
Figma
being my design tool of choice, allows me to take the complexity out of the small details in UI Design
. With the numerous tools in Figma, I am able to generate quick and easy Prototypes
of the Task Master web app.