React Foundations – Components & Rendering
🎯Objective
📂 Required Structure
src/
├── assets/
│ ├── users.js
│ ├── profile.svg
├── App.css
├── UserCard.jsx
├── App.jsx
├── index.css
└── main.jsx🛠 Task Steps
Create UserCard Component
📤 Deliverables
Last updated
Was this helpful?

