In this personal project, I pulled tracks, albums, and genres data using Spotify’s API and created a custom music dashboard. I acquired the access token with basic auth method and used that token for other API calls.
Tech Used:
Vanilla JavaScript, Promises, Async/Await, API requests and API responses handling