Card Battle App

This was a Nova Scotia Community College (2022) Group project that I worked on, the team created a UWP application that utilized databinding, a list view and an image.

The application queries an API which will return data from the popular card game Magic The Gathering. Once the data has been returned from the API, a list view will hold the names of the different cards which will be bound to the image view.

A user will be able to click on a card name and view the card image. Users will also be able to search for a specific card with the search functionality.