https://github.com/fullstackacademy/study-saturday-redux
https://github.com/fullstackacademy/study-saturday-redux
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstackacademy/study-saturday-redux
- Owner: FullstackAcademy
- Created: 2020-12-03T17:45:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T19:12:35.000Z (over 4 years ago)
- Last Synced: 2025-04-11T20:13:02.393Z (about 1 year ago)
- Language: JavaScript
- Size: 2.84 MB
- Stars: 3
- Watchers: 22
- Forks: 120
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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