City Sights App is an app used to view restaurants and sights around a user's location using a list or map view
- Restaurants and sights are displayed in a scrollable list
- The list consists of sections with each section displaying the location's name, rating, image
- Users may click on a section to view more details and get directions from their location to the restaurant/sight
- A map is shown with the user's location and pins for each restaurant and business around the user
- User may tap on a pin and expand it to view more details about a location
- User is also able to get directions to the location
You can install and run the app using Xcode by following the steps below
- Fork the repository and open all files in Xcode
- Run the project through the simulator
- Grant location permission
- The app is ready to use
This is a checklist for me to complete as I build the app
- Create list view
- Create map view
- Integrate user location
- Utilize Yelp API