An application that provides recipes based on ingredients that you have. Also, if you are a Chef, go ahead and add your own recipes for others to find and relish.
The api used to fetch recipes is https://spoonacular-recipe-food-nutrition-v1.p.rapidapi.com/recipes/findByIngredients?ingredients=
for fetching recipe names and https://spoonacular-recipe-food-nutrition-v1.p.rapidapi.com/recipes/
to fetch the recipe details.
This application is built completely on React Native. It uses firebase to store the recipes added by users
The application is tested on npx by running npx expo start
command