Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 837 Bytes

File metadata and controls

39 lines (29 loc) · 837 Bytes

React User Card Base

This repository contains the base styles and data only for the React User Card task.

You must create your own React project first, then integrate this starter manually.


🚀 Setup Instructions

1️⃣ Create a New React Project

npm create vite@latest your-project-name
cd your-project-name
npm install

2️⃣ Download This Starter

Clone this repository to your Desktop:

git clone https://github.com/ITC-Frontend-Advanced/React-User-Card-Base

Or download it as ZIP.

3️⃣ Copy Starter Files

From this repository, copy:

  • assets/
  • data/
  • App.jsx

4️⃣ Replace Default React Files

Inside your React project:

  • Delete the default App.jsx
  • Delete default CSS if needed
  • Paste the copied files
  • Make sure paths are correct

5️⃣ Start Building