This project is part of my React learning journey where I explored how to make components reusable using Props.
I built a Recipe Menu Card system where a single RecipeCard component is reused to display multiple recipes with different details.
- Reusable
RecipeCardcomponent - Props used to pass:
- Recipe Name
- Prep Time & Cook Time
- Serving Size
- Difficulty Level
- Type (Breakfast, Beverage, Dessert, etc.)
- Chef Name / Tagline
- Modern card design with CSS
- Responsive layout with Flexbox/Grid
-
Clone the repository
git clone https://github.com/tgmonisha/react_propsReusability.git cd react_propsReusability -
Install dependencies:
npm install
-
Run the project:
npm run dev
- ⚛️ React (Vite)
- 📜 JavaScript
- 🎨 CSS3 (Flexbox / Grid for layout)
✨ Built with ❤️ while learning React


