My Ramen is an iOS app for finding ramen parlors near the user's current location when opened. It also allows users to bookmark their favorite ramen parlos in a separate tab.
- Download project from github.
- Open the project directory on terminal.
- If you have cocoapods installed, run
pod install
. Else runsudo gem install cocoapods
to install cocoapods and thenpod install
. (More info on cocoapods can be found here.) - Open
MyRamenya.xcworkspace
with Xcode. - Run the project by clicking the run button or pressing
Cmd + R
. You can choose to run on simulator or your person iOS device.
- Connect to stable wifi.
- When first opening, the app prompts the user to access his/her location when app is in use. Click allow request.
- The app contains two tabs - All and My Favorites.
- All will show a list of ramen parlors around him/her if location information is allowed.. If location information is not allowed, he/she will see ramen parlors in Tokyo.
- In the All tab, users can favorite any ramen restaurant by swiping left all the way or swiping left and clicking favorite.
- After user favorites a restaurant, he/she will be able to go to the Favorites tab and see all the restaurant he/she favorited.
- In the Favorites tab, user can remove a restaurant by swiping left all the way or swiping left and clicking remove.
Kenneth Chen
This project is part of the Udacity iOS Developer Nanodegree.