Skip to content

ITC-Frontend-Advanced/React-User-Card-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starter repository containing pre-built styles and static data for the React User Card rendering task. Students must build components and implement list and conditional rendering using the provided resources.

Topics

Resources

Stars

Watchers

Forks

Contributors