# 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 1 ### 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) - [ ] (5pts) User sees an basic info of restaurants (name, phone, and rating) - [ ] (5pts) User can sees image of restaurants #### BONUS - [ ] (2pt) Rating Stars are dynamically generated for each business - [ ] (2pt) User can view the app on various device sizes and orientations. ### 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.