Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.15 KB

README.md

File metadata and controls

43 lines (31 loc) · 2.15 KB

One Night Food Stand

Description:

One Night Food Stand is a recipe finder app that is constructed like a dating app with swipes and matches.

User Stories:

User logs in -> User is shown a BBQ food item -> If user doesn’t like the item, they will swipe left and the food item will be dismissed If user does like the BBQ food item, they swipe right -> The user will be taken to the BBQ food item’s page which is has the recipe for how to make that item

React Tree:

image

Schema:

image

API Routes:

CREATE -> /swipes -> POST -> Captures match results READ -> /recipes/:id -> GET -> Gets the recipes for the associated food item READ -> /recipes/:id -> GET UPDATES -> /swipes/:id -> PUT/PATCH -> Remove a match/unmatch from food DELETE -> /user -> DELETE -> Deletes a user

Stretch Goals:

Add pairing of sides with the food items. Add pairings of beverages with the food items. A user can add a new recipe.

Trello:

image

Wireframe:

Screen Shot 2024-01-19 at 3 34 45 PM Screen Shot 2024-01-19 at 3 35 34 PM Screen Shot 2024-01-19 at 3 35 40 PM Screen Shot 2024-01-19 at 3 35 51 PM Screen Shot 2024-01-19 at 3 34 02 PM