(Extended) Due by class time on Thu 11/13. No late penalty or late turnin.
This is a continuation of the last assignment.
https://classroom.github.com/a/tWLRkZrM
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 sectionsAppCourse component following the HTML/bootstrap from mockups/mockup02.htmlselected 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)