Pantry Buddy: MERN Stack

This is a full-stack recipe search app I built at Barcelona Code School. A user can input the ingredients they already have, and the app returns recipe suggestions. Each result then returns a list of ingredients, missing ingredients, nutritional information, and original recipe link.

For added functionality, I included a feature to search for potential products from a recipe’s list of missing ingredient, and then search for those potential product prices to get an estimated shopping list total price.

I personally enjoyed accessing and exploring several API’s during the development of this app. It was greatly rewarding to see the back-end server and client work together based on the schema, controller, and routes back-end structure I implemented.