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
- Search for recipes by entering ingredients.
- Browse a list of recipes based on your input.
- View detailed recipe information, including ingredients and instructions.
- User-friendly and intuitive interface.
- React.js
- JavaScript
- Tailwind CSS
- Git & GitHub (for version control)
- Recipe - Rapid API
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:
- Clone the repository to your local machine
- Open the terminal and navigate to the project directory
- Run the command
npm install
to install the necessary dependencies - Run the command
npm start
to start the development server - Open your browser and navigate to http://localhost:3000 to view the app