lstar18 / pinterest

0 stars 0 forks source link

print Pinterest to homepage #5

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 home folder in components folder with a home.js file In index create a div to hold the h1 tag In the home.js there should be a domString builder to show a h1 tag that says pinterest In authData add class of hide to the div that holds the h1 tag Add a brand to the navbar