Nickarmani03 / WhoDunIt-Client

0 stars 0 forks source link

MVP Create a Navbar #6

Open Nickarmani03 opened 3 years ago

Nickarmani03 commented 3 years ago

AS A authenticated user Given the need for navigating the application, WHEN a user clicks on a navigation link, Then the user will be routed to that page.

Create a navbar that shows on all pages for the users to navigate to the welcome page, movies, profiles, movie nights and logout options. The Logout button will return the user back to the Login page.

SERVER SIDE handle the routing of the navigation bar to present a different view based on a given path chosen by the user.