Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 631 Bytes

File metadata and controls

31 lines (21 loc) · 631 Bytes

React Todo App Task

This repository contains the base styles and data only for the React Todo App 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-todo-app

Or download it as ZIP.

3️⃣ Copy Starter Files

From this repository, copy:

  • App.js
  • style.css

4️⃣ And Start Building