Music App is built using the spotify api to browse , listen to and share music. built using a tutorial from https://iosacademy.io/
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Go to developer.spotify.com to and create a developer account and generate a client ID and client Secret. Replace the client id and secret in the AuthManager File like so
static let clientID = "Your Own client ID"
static let clientSecret = "Your Own client Secret"
Home Screen
Search Screen
PlayList Screen
Play Music