Recipe Finder - Copy this React, Tailwind Component to your project
Create a recipe finder application using React and Tailwind CSS. The app should include the following features: Search Bar: A user friendly search input to allow users to find recipes by ingredient, cuisine, or dish name. Recipe Cards: Display search results as cards featuring the recipe title, image, and a brief description. Filter Options: Implement filters for dietary restrictions (vegan, gluten free, etc.) and meal types (breakfast, lunch, dinner).Recipe Details Page: When a user clicks on a recipe card, navigate to a detailed page that shows the full recipe, ingredients, cooking instructions, and nutritional information. Responsive Design: Ensure the app is fully responsive, using Tailwind CSS classes to adapt to different screen sizes. The app should have a clean, modern design with a focus on usability and aesthetics.
