Find recipes and save
Users can find recipes using the MealDB database and users can save these recipes. Users can also create their own recipes and save them.
[Evaluation of your app across the following attributes] 1. Mobile - It allows you to access favorite recipes so you dont have to go on the web 2. Story - It is very clear especially to those who need recipes fast and easy. The app is also very minimalisitc 3. Market - The amount of users can be great because lots of people cook daily and especially in the current economy it is very expensive to eat out. It provides alot of value and it saves time too. 4. Habit - This app will only be used when cooking or prep planning. The user create things and consume on the app 5. Scope - This app is intermediate in my opinion and uses everything we did in class. Yes a stripped down version should still work
Required Must-have Stories
- Users should be able to fetch recipes from the MealDB
- Users should be able to save recipes
- These recipes should save after users leave the app
Optional Nice-to-have Stories
- Users should be able to add their own recipes
- Users can search for recipes
- Displays the recipes
- Stream
- Displays the recipe itself
- Detail
- Displays the Favorites
- Stream
Tab Navigation (Tab to Screen)
- Recipes
- Favorites
- Recipe Detail
Flow Navigation (Screen to Screen)
- Recipes
- =>Recipe Detail
- Recipe Detail
- =>Recipes or Favorites
- Favorites
- =>Recipe Detail
![WireFrame][(https://github.com/ajiang05/Capstone-Project/blob/main/IOSCapstoneWireFrame.jpg?raw=true)]
- Get data and display on tableview
- Make a detail screen using detailViewController
- Create a segue to the favorite screen
- [] Create a search button
- [] Allow Users to add personal recipes
[Add table of models]
- [Add list of network requests by screen ]
- [Create basic snippets for each Parse network request]
- [OPTIONAL: List endpoints if using existing API such as Yelp]