Jimmy-2 / RecipeApp

Android project for Codepath
0 stars 0 forks source link

RecipeApp

Android project for Codepath

Jonathan Lin - 1st Tab: Random Recipe Screen

Michael Alvarez - 2nd Tab: Search Recipe by Keyword/Ingredient Screen

Alexandra Ernest - 3rd Tab: Find Recipe by Category Screen

Jimmy Wu - 4th Tab: Favorites Screen

Isaac Anzures - Recipe Screen

Table of Contents

  1. Overview
  2. Product Spec
  3. Wireframes
  4. Schema
  5. Gifs

Overview

Description

A recipe app for searching, viewing, and saving recipes.

App Evaluation

[Evaluation of your app across the following attributes]

Product Spec

1. User Stories (Required and Optional)

Required Must-have Stories

2. Screen Archetypes

3. Navigation

Bottom Navigation Bar (4 Tabs)

Flow Navigation (Screen to Screen)

Wireframes

Figma link: https://www.figma.com/file/OBT1KtDpdZsgEIyyqdFPRy/RecipeApp?node-id=0%3A1

[BONUS] Digital Wireframes & Mockups

[BONUS] Interactive Prototype

Schema

Models

Property Type Description
favoriteIdDB String generated column id for the favorited recipe in database (favorites tab)
recipeIdDB String id of a favorited recipe stored in database that will be used to access it's recipe screen.
titleDB String title of favorited recipe stored in database
imageDB image link of favorited recipe's image stored in database
recipeId String id of recipe that will be used in api's url

Networking

Spooncular API

Gifs:

Unit 10: 11/9/2021

1st tab:

2nd tab:

3rd tab:

4th tab: Favorites Screen:

Favorites Screen 11/9/2021 Unit 10

Recipe Screen:

Unit 11: 11/16/2021

4th tab: Favorites Screen:

Favorites Screen 11/16/2021 Unit 11
Unit 12: 11/23/2021

4th tab: Favorites Screen:

Favorites Screen 11/23/2021 Unit 12
Unit 13: 11/30/2021

4th tab: Favorites Screen:

Favorites Screen 11/30/2021 Unit 13