SwiftUI Widget based app to track Spotify songs
Contains networking code using Combine from Spotify API
Extra functionality
JSON for testing purposes
TracksViewModel.swift which mainly fetches the list of tracks from API past token generation.
All UI elements, including list, detail and search bar.
MockAPIProvider.swift fakes URL response from Stub Track.json folder. This is made possible via API/URLSession.swift.

