Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 679 Bytes

Study Saturdays: Week 4 - React-Redux

Lecture Slides: Study-Saturday-Redux

Objective: Build an app to display students and their test scores

  • Cycle 0: Build the store
  • Cycle 1: connect the React component
  • Cycle 2: Set up React Router for a "single student" view
  • Cycle 3: Make the single student route functional
  • Cycle 4 (Bonus): Delete a student

Getting Started

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