StevenZelenak / book-keeper

0 stars 0 forks source link

Navbar and Routing #5

Closed StevenZelenak closed 4 years ago

StevenZelenak commented 4 years ago

User Story

As a user, I should see a basic home page with a login button, when I log in I should see a navbar with a logout button, Library link, Home link and a logo that links to the homepage.

AC

WHEN the page loads THEN I should see a navbar with a h1 underneath that says Auth AND a google login button AND when I am logged-in I should see a library page AND a log-out button in the navbar

Dev Notes