This Recipe App, built with React and powered by the Spoonacular API, allows users to explore, search, and discover delicious recipes effortlessly. Users can:
- Browse Recipes: Explore a wide variety of recipes with stunning visuals and detailed descriptions.
- Search Functionality: Easily find recipes by keywords or ingredients.
- Detailed Information: View comprehensive details about each recipe, including ingredients, instructions, and nutritional information.
With a focus on user-friendly design and smooth navigation, this app aims to provide an enjoyable and informative culinary experience.
- React-based UI: Responsive and dynamic user interface.
- API Integration: Fetches real-time data from Spoonacular API.
- Search & Filter: Search recipes by name, ingredient, or cuisine type.
- Recipe Details: View step-by-step cooking instructions and ingredient lists.
- Nutritional Info: Access detailed nutritional information for each recipe.
- React
- Spoonacular API
- HTML, CSS, JavaScript
- Axios (for API requests)
- React Router (for navigation)
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/yourusername/recipe-app.git cd recipe-app