SavorApp/savor-app

Recipe Card Feature

Closed this issue · 0 comments

On MenuScreen & RecipeCard component

  • Get random recipe list from Spoonacular
  • Apply filters if appropriate (compare random recipe list with filters & already viewed recipes)
  • Show Recipe images that can be swiped left/right
  • If swiped left, send user ID to backend server to write to DB (isSavored = false)
  • If swiped right, send user ID and Recipe information to backend server to write to DB (isSavored = true)
  • Implement re-stock of random recipes if randRecipeList gets down to ~10
  • Hide buttons while swipe is in action (if you click fast enough, you can push duplicate recipes into the savoredList)