An open API service indexing awesome lists of open source software.

https://github.com/fullstackacademy/study-saturday-redux


https://github.com/fullstackacademy/study-saturday-redux

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Study Saturdays: Week 4 - React-Redux

## Lecture Slides: [Study-Saturday-Redux](https://docs.google.com/presentation/d/1eTUQ5Hz6qVi83dacTPEUTiiJQeMJkcxrQf0AOTOYJTQ/edit?usp=sharing)

## **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