A food app that allows users to save their favorite restaurants, share it with other foodies in the world and view restaurants shared by other foodies.
A food app that allows users to save their favorite restaurants, share it with other foodies in the world and view restaurants shared by other foodies. While Yelp is good, this app helps users to create a personal food guide.
Home | Restaurant Detail |
---|---|
Restaurant Review | Restaurant Location |
---|---|
- Swift 4
- iOS 12 SDK
To clone and run this application, you'll need a MacBook, Xcode 10.1 and Git installed on your Mac. From your command line:
# Clone this repository
$ git clone https://github.com/Williano/FoodPin.git
# Go into the repository
$ cd FoodPin
# Open project in Xcode
$ open FoodPin.xcodeproj
- List the favorite restaurant at home screen
- Create a restaurant record and import a photo from photo album as the restaurant image
- Show the location of a restaurant on maps
- Show route from user location to restaurant destination either by automobile or walking
- Show steps and directions from user location to restaurant destination either by automobile or walking
- Show nearby restaurants of the same type in the current selected restaurant's vicinity, their name, phone number, routes and steps to their location
- Show map in either standard, satellite or hybrid form
- Rate restaurants if you have dined there before
To-do list:
- Save the restaurant locally and share it with other foodies in the world
- View restaurants shared by other foodies
- Dark Mode
- Launch Screen
Project is: in progress
This app is based on Beginning iOS 12 Programming with Swift book from AppCoda
Created by Williano - feel free to contact me!
You can check out the full license here
This project is licensed under the terms of the MIT license.