Zirectory (Part II)

Recall "Zirectory" (Zoom Directory) is an application that contains a collection of Zoom meeting links for JHU courses. Faculty can add their courses' Zoom link to this directory and students can search to find the links, for fast and easy access to their lectures.

In this part, we will add a form (controlled component) to allow faculty provide information about their course "meetings". We will use React Router to provide transitions when navigating between different URL locations within our app.

The repository for part-2 (completed) is here.