bmonte11 / Study-Saturday-Fullstack

React forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Study-Saturday-Fullstack

Objective: Build a form to add new students to our app

Details

- Create a POST route for adding a new student
- Front end should consist of a table view of all students
- Clicking on a student should show a detailed view of that individual student's test scores
- Front end should also include a form for adding new student

Getting Started

  1. fork and git clone

  2. npm install

  3. npm run seed

  4. git checkout cycle-0

Tips

  • Form components should be "smart" and have their own state
  • Make sure form field values are "controlled" by the component's state

About

React forms


Languages

Language:JavaScript 100.0%Language:HTML 0.0%