The Recipes App is a web application that helps users discover delicious recipes by searching for ingredients they have on hand. Whether you want to cook a meal with the ingredients you already have in your kitchen or explore new recipes, this app has you covered.
This app is part of a shared project created by Team 22 for Voyage 46 of the Chingu Program. Chingu is a collaborative platform that brings together developers from around the world. You can learn more about Chingu on their website
The Recipe Finder App is deployed and can be accessed at https://v46-tier2-team-22.netlify.app/.
To run the app locally, follow these steps:
npm install
to install the necessary dependenciesnpm start
to start the development server