Welcome to the Recipe Finder, a React-based application that allows users to search for recipes using the Edaman API. Whether you're looking for a quick meal or planning a special dinner, this app has you covered. Explore a vast database of recipes and find the perfect dish for your next culinary adventure.
The project is live and can be accessed From Here.
-
Search: Users can search for recipes based on ingredients, cuisine, or dish name.
-
View Details: Get detailed information about a specific recipe, including ingredients, instructions, and nutritional facts.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/sokebat/Recipe-Finder.git
- Navigate to the project directory:
cd Recipe-Finder
- Install dependencies:
npm install
- Run the development server:
npm start
- Open your browser and visit
http://localhost:3000
to access the application.
Explore the Recipe Finder app, search for your favorite recipes, and enjoy cooking delicious meals!