Call super constructor and initialize state. Setting isOpen to true so that the navbar won't be collapsed like a mobile app.
Contains information about the user.
Handles the toggling of the navbar. Opens/closes it.
Renders the Login/Logout button as well as the various link. Conditionally renders some links depending on whether user is logged in/out.
Generated using TypeDoc
The navbar of the app. Contains the login button as well as links to different pages.