Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 635 Bytes

File metadata and controls

31 lines (22 loc) · 635 Bytes

React Steps Task

This repository contains the base styles and data only for the React Steps Task.

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


🚀 Setup Instructions

1️⃣ Create a New React Project

npx create-react-app your-project-name
cd your-project-name

2️⃣ Download This Starter

Clone this repository to your Desktop:

git clone https://github.com/ITC-Frontend-Advanced/react-steps

Or download it as ZIP.

3️⃣ Copy Starter Files

From this repository, copy:

  • data/
  • vanilla.html
  • index.css

4️⃣ And Start Building