Zirectory (Part I)

We will be building an application called "Zirectory" (Zoom Directory) which is 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 the first part, we will focus on breaking the UI into a component hierarchy and build each component. In the process, we will revisit the basics of React, using JSX, passing data as props, managing state, etc.

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