- 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
-
fork and
git clone
-
npm install
-
npm run seed
-
git checkout cycle-0
- Form components should be "smart" and have their own state
- Make sure form field values are "controlled" by the component's state