Study Saturdays: Week 3 - React-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