Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 647 Bytes

File metadata and controls

32 lines (22 loc) · 647 Bytes

React Flashcards Task

This repository contains the base styles and data only for the React Flashcards 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-flashcards

Or download it as ZIP.

3️⃣ Copy Starter Files

From this repository, copy:

  • data/
  • App.jsx
  • styles.css

4️⃣ And Start Building