Skip to content

jfoskin/Study-Saturday-Redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%