Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 606 Bytes

File metadata and controls

20 lines (13 loc) · 606 Bytes

Introduction to React Workshop

This is the starter code for the Introduction to React workshop taught by Justin Estaris

Learning Goals

The goal of the workshop is to teach the member the following concepts:

  • Single Page Applications vs Multi Page Applications

  • Arrow Functions

  • Building Components

  • What and Why use React

How to use this the downloaded files

  1. Download node.js from https://nodejs.org/en/

  2. Run npm install in the command terminal in the extracted folder

  3. Run npm start in the command terminal to run the project

  4. Look at wiki for the challenges and solution