https://github.com/fullstackacademy/study-saturday-fullstack
React forms
https://github.com/fullstackacademy/study-saturday-fullstack
Last synced: about 1 year ago
JSON representation
React forms
- Host: GitHub
- URL: https://github.com/fullstackacademy/study-saturday-fullstack
- Owner: FullstackAcademy
- Created: 2018-10-02T15:06:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T02:38:47.000Z (over 3 years ago)
- Last Synced: 2025-04-02T12:13:37.833Z (about 1 year ago)
- Language: JavaScript
- Size: 4.04 MB
- Stars: 2
- Watchers: 70
- Forks: 332
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study Saturdays: Week 5 - Fullstack Flow
## Lecture Slides: [Study-Saturday-Fullstack](https://docs.google.com/presentation/d/1HqPEArZWmkBqjLHm_cLUQyRisEyEJxpRfbG-iatEYLs/edit?usp=sharing)
## **Objective:** Build a form to add new students to our app
- [ ] **Cycle 0:** Create a route for adding students
- [ ] **Cycle 1:** Create and render a form
- [ ] **Cycle 2:** Update state with form input
- [ ] **Cycle 3:** Make the form functional
- [ ] **Cycle 4 (Bonus):** Refactor
### **Getting Started**
- [ ] fork and `git clone`
- [ ] `npm install`
- [ ] `npm run seed`
- [ ] `git checkout cycle-0` to begin