lstar18 / pinterest

0 stars 0 forks source link

print Boards to page when logged in #6

Closed lstar18 closed 4 years ago

lstar18 commented 4 years ago

User Story

When a user is logged out, they will see a navbar with pinterest only

AC

WHEN the user is logged out THEN they will see a navbar with a h1 tag that says "Pinterest" AND that is all that is shown

Dev Notes

Create a boards folder in components folder with a boards.js file In index create a div to hold boards h1 tag add class=hide In the boards.js there should be a domString builder to show a h1 tag that says boards In authData add class of hide to the div that holds the h1 tag