
Recipes
This is a simple web app that lets you search for recipes and generate a shopping list. You can search through recipes on themealdb.com and craft a list of recipes you want to make. Once you have selected all of the recipes you are interested in making, you can click a button, and the app will generate a shopping list of all the ingredients required to cook those recipes.
Technologies
The backend is built using Spring boot. It uses TheMealDb's API to fetch data and pictures on recipes. I also made an API that would accept the list of recipe ID's and return all of the ingredients required for those recipes.
The frontend is made using vanilla Javascript. It uses the Bootstrap library to help build the frontend, as well as HTML and CSS.