Simple Card App using SwiftUI, written and tested from Xcode 13.3
✔️ Displays fetch card from https://random-data-api.com/api/v2/credit_cards?size=100
✔️ Sort cards by credit card type
✔️ When network fails, an alert would pop-up and prompt user to Retry
✔️ Added Unit Tests and UI Test
✔️ Wrote UI using SwiftUI