App Recetas
CLOSEDMobile app to discover, search and save recipes, with an interactive ingredient list and search based on what you already have at home.
App Recetas is a mobile app for people who love cooking but don't always know what to make with what they have in the pantry. The app lets you search recipes by name or ingredient, see the full detail of each one (ingredients, steps and times), save favorites, and mark which ingredients the user already has to see at a glance what's missing. It includes user authentication, profile, dark/light mode and suggested search based on available ingredients. It targets users who want to make the most of what they have at home and discover new recipes without having to do a specific shopping every time.
It was a team project for the Mobile Applications Development course. Within the team my contribution was focused on the entire recipes module: the detail screen with its ingredients and steps, and especially the logic for marking the ingredients the user already has, persisting that state so when they reopen the recipe it still remembers what was already checked. I also integrated the external recipes API that brings all the content (name, image, ingredients, measures, instructions and categories), normalizing the response to adapt it to the UI and combining it with the own database where favorites, marked ingredients and user data are stored.