A modern, responsive profile cards component built with React to demonstrate props, component composition, and mapping through data arrays.
- Reusable ProfileCard component
- Props for dynamic data passing
- CSS hover effects and animations
- Responsive flexbox layout
- Clean, professional design
- React
- JavaScript (ES6+)
- CSS3
- Git & GitHub
# Clone this repository
git clone https://github.com/banumariwan/day2-props-card.git
# Navigate to project directory
cd day2-props-card
# Install dependencies
npm install
# Start development server
npm start