Due Tue 11/12 midnight.
Class on Tue 11/12 will be a workday to go into more details and answer questions.
Those who participate in the workday are eligible for late submission by class time on Thu 11/14.
This is a continuation of the last assignment.
https://classroom.github.com/a/bM6zj0S2
Again, the complete app will work as shown below, with the data stored locally in the App. The final assignment will connect to a server/database API.
Following the video example, add an Add Section... dropbox to your component
Course
with the useState
hook to hold the list of sectionsApp
Course
component following the HTML/bootstrap from mockups/mockup02.html
selected
attribute on the first option is how you indicate which option is selected in HTMLvalue={-1}
on the select element instead
Course
from the last partvalue
, as in the mockuponChange
handler to the Add Section dropboxCourse
to generate fake section ids (the db will do this later)