Skip to content

Navbar Component: found across many pages

akcode101 edited this page Mar 8, 2021 · 2 revisions

Navbar component

The navbar component is the component found at the top of many of the pages except perhaps the front page, the login page, and the sign up page.

The navbar allows you to go to many different parts of the page. If you click on "My Games" for the navbar, you should be able to view a list of games you are currently in. If you click on the profile link, you should be able to view your profile and edit your profile later if needed. If you click "Sportify", you should go to the home page. And finally, if you click the logout link, you should navigate to the front page of our app that contains the links to sign up and login.

The navbar component looks like the following:

FinalNavbarPage