React Native Recipe App

React Native Recipe App Build with: Angular, Ionic Framework v.1

Basic functionality:

  • Screen with recipes list
  • Recipe details
  • Basic grocery list
  • Login screen.

[comment]: <> Shopmate keeps track of items for a grocery shopping list. Each added item is displayed in the main user page. If items are favorited, they will be displayed under the favorites page.
[comment]: <> Items displayed on users board, can be clicked to open a show page for more information or be edited if necessary.
[comment]: <> This application features authentication of a user after registration and login. User will only see the navigation bar if currently in session.

Build with

  • React Native

Wireframes from Ionic app development

styled recipe screen

1_slfggOuPcZ10E0xm2MZKfw

1_2sthKHDI4MT5a0cIFDhGfA

recipe calendar

1_6FESeKqa4QMxy0_G5UkOuQ

grocery list settings

1_7JdBzPnDtKvDveXd8VT6Ww

login

1_BOKv1qUDyxiRkyJumsGldw

Styled recipe screen

1_Gp6Y81Qa-BxjDNZM8sOEsQ

styled recipe

1_JwzRULKEXkj_s3_1YZTD5w

1_M_SryfXo-g7sUCkb8onMoQ

weekly menu

1_Nuje-74uy-afl_Jj_a0hLg

directions

1_QgbcEQEfNZykDqDdQgK2zQ

single recipe

1_VCb2IRNZKeOMFomSNl822g

Dry Goods ingredient category example

1_VgBsGsmnh8KVbLl5zXrRVg--1-

single recipe

1_ZxOtsHs2uy7Dr-cFYPfHNw

free recipe list

1_nP7z3x6XyMVtqzn2GKtzKA

login

1_VgBsGsmnh8KVbLl5zXrRVg

recipe screen

1_nprlmKfB0mK3iGEMyBzxUQ

grocery list

1_oeHStaREVxroqXwrWi378w

recipe

1_rEI_KD1wAwgyVPmDKD1jtQ

ingredients

recipe-app-react-native-1

User Stories

User can:

  • Create an account
  • Successfully login
  • Add items to the shopping list
  • Edit items previously created
  • Delete items from grocery list
  • Mark items as purchased
  • Mark items as favorites
  • View all favorite items in one page
  • Click on item to get more information about item
  • User can logout

Stretch Goals (wish list)

  • A view of commonly purchased items
  • An option where user could mark as purchased multiple items
  • An option where user can add items to grocery list from favorited or commonly purchased items
  • Create a family option where family members can contribute to the list
  • Use API to get detailed data for grocery items

GitHub