Fetches events from SeatGeek API. User can search, show detail, and save favorites. Created as a submission for a FetchRewards challenge.
- Fetches relevant events from SeatGeek API while user is typing in the search bar
- Tapping on Event UITableViewCell displays the corresponding event in a detail screen
- User should be able to favorite events from the detail screen by hitting the favorite button
- Even when searching or closing the application, a favorited event remains favorited
- A user can unfavorite a previously favorited event
- iOS 12 and above
- Xcode 12.x.x
This application uses Xcode to run on an iOS device or simulator. Clone or download to install. Open the project in Xcode and press the play button to run the application.


