Jade-Marte / final-project

2 stars 2 forks source link

Navbar #19

Closed seanc closed 3 years ago

seanc commented 3 years ago

The Navbar should use Appbar material UI component. If you need a reference check out: https://github.com/JustDame/Team2-Assignment-8-Now-With-Pages/blob/master/src/components/Navbar/index.js https://github.com/JustDame/Team2-Assignment-8-Now-With-Pages/blob/master/src/components/Navbar/NavbarMenu.js

Should have links to Survey page, Saved Recipes page, and when the user is logged out Sign in and Register pages but when they are logged in Logout

The Sign in, Register, and Logout displaying on a specific condition can be implemented with a test property because the backend does not have functionality for that yet.

Jordane-Allen commented 3 years ago

Nav Bar is complete and functional