Recipe Explorer is a web application that allows users to explore recipes based on categories such as Beef, Chicken, Seafood, and more. Users can view details of each recipe, mark them as favorites, and easily switch between categories. The app is built using React, Axios, and Tailwind CSS, and it fetches recipe data from the MealDB API.
- Explore Recipes: View a list of recipes by category.
- Recipe Details: Click on a recipe to see detailed information such as ingredients, instructions, and more.
- Favorite Recipes: Add/remove recipes from your favorites list using localStorage.
- Category Filter: Filter recipes by different categories (e.g., Beef, Chicken, Seafood).
You can view the demo of the app. https://recipeprojectfront.vercel.app/.
- React: For building the user interface.
- Axios: For fetching data from the MealDB API.
- Tailwind CSS: For responsive and clean UI styling.
- React Router: For routing and handling page navigation.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/nimeshkk/Recipe.git