Skip to content

FullstackAcademy/Study-Saturday-Fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Saturdays: Week 5 - Fullstack Flow

Lecture Slides: Study-Saturday-Fullstack

Objective: Build a form to add new students to our app

  • Cycle 0: Create a route for adding students
  • Cycle 1: Create and render a form
  • Cycle 2: Update state with form input
  • Cycle 3: Make the form functional
  • Cycle 4 (Bonus): Refactor

Getting Started

  • fork and git clone
  • npm install
  • npm run seed
  • git checkout cycle-0 to begin