# Yelpy Yelpy is an app that allows users to browse restaurants from the [Yelp Fusion API](https://www.yelp.com/developers/documentation/v3). πŸ“ `NOTE – PASTE ALL THE FOLLOWING WEEKS` Paste the README template for labs 1 - 6 of readme 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. --- ## Yelpy Part 2 ### User Stories `TODO://` In the **User Stories section below**, add an `x` in the `-[ ]` like this `- [x]` for any user story you complete. (🚫 Remove this paragraph after checking off completed user stories) #### REQUIRED (10pts) - [ ] (3pts) Implement `Restaurant` class in your `Restaurant.swift` like this: (🚫 Remove this image after completing ) <img src="https://i.imgur.com/3TDbVjZ.png" height=400> - [ ] (2pts) Update your `RestaurantCell` to include `didSet` property setter like this: (🚫 Remove this image after completing) <img src="https://i.imgur.com/Xcm0Jak.png" height=400> - [ ] (5pts) User can segue to see details screen of their app #### BONUS - [ ] (2pt) Implement SearchBar on your app - [ ] (2pt) Add Infinite scrolling ### App Walkthrough GIF `TODO://` Add the URL to your animated app walkthough `gif` in the image tag below, `YOUR_GIF_URL_HERE`. Make sure the gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after after adding gif) <img src="YOUR_GIF_URL_HERE" width=250><br> ### Notes Describe any challenges encountered while building the app.