As a user, at the top of every page, there should be a navbar that lets me navigate.
AC
WHEN the page loads
THEN I should see bootstrap navbar at the top
AND it should have my brand (Sole-Mate) on the left
AND it should have links for About, Profile, Messages, and Hamper on the right
AND when I click and of those links, I should see an h1 tag that says the page name.
User Story
As a user, at the top of every page, there should be a navbar that lets me navigate.
AC
WHEN the page loads THEN I should see bootstrap navbar at the top AND it should have my brand (Sole-Mate) on the left AND it should have links for About, Profile, Messages, and Hamper on the right AND when I click and of those links, I should see an h1 tag that says the page name.
Dev Notes