PelumiTayo / state-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React State Demo

Overview

This repo contains the content for the state coding demo accompanying SITE Week 2, Lecture 1: Intro to React

Learning Objectives

  • React useState hook
  • Event handlers
  • Conditional rendering

Getting Started

git clone git@github.com:paigegodfrey/state-demo.git
cd state-demo
npm install
npm run dev

To move through the different app versions, simply copy/paste the code from App_v#.jsx into App.jsx

About


Languages

Language:JavaScript 81.9%Language:CSS 11.3%Language:HTML 6.8%