### Story As a user, I should have a access to various parts of the application via a nav bar **Given** a user is not logged in - [ ] **When** the user accesses the application **Then** the navigation bar should only show "Home", "login" button, and "register" button **Given** a user is logged in - [ ] **When** they access the application **Then** the user should view the full navbar with "Volunteers, Projects, Reports, My Account" - [x] Each Nav-link component should have drop down capabilities with more links under each option, if necessary. - [x] Volunteers should have volunteers and groups. - [x] Projects does not have a drop down. - [x] Reports should have project reports, volunteer reports, hours report. - [x] My Account should have my profile, my organization, and log out.
Story
As a user, I should have a access to various parts of the application via a nav bar
Given a user is not logged in
Then the navigation bar should only show "Home", "login" button, and "register" button
Given a user is logged in
Then the user should view the full navbar with "Volunteers, Projects, Reports, My Account"