Yelpy is an app that allows users to browse restaurants from the Yelp Fusion API.
📝 NOTE - PASTE PART 2 SNIPPET HERE:
Paste the README template for part 2 of this assignment here at the top. This will show a history of your development process, which users stories you completed and how your app looked and functioned at each step.
- (2pts) User sees an app icon on the home screen and a styled launch screen.
- (5pts) User can view and scroll through a list of restaurants near San Francisco.
- (3pts) User can view the details for each restaurant from the list.
- (2pt) User can view the app on various device sizes and orientations.
- (1pt) Run your app on a real device.
The networking component was made with the help of AlamoFireImage installed via CocoaPods. The most challenging part was applying AutoLayout rules since in my experience SwiftUI handles all this details for us.