User Story
As a user, when I visit the site I should land on the landing page which will have a logo and a brief description of the app. If not authed, I should see a Log In button. After I log in I should see a button to take me to the Dog Component.
AC
Home page should have a log and brief description.
If user is not authed, display Log In button
When user auths, button leading to their dog(s) profiles.
Dev Notes
Create Home.js and Home.scss component in src/components/pages/Home
Layout to match mockup.
User Story As a user, when I visit the site I should land on the landing page which will have a logo and a brief description of the app. If not authed, I should see a Log In button. After I log in I should see a button to take me to the Dog Component.
AC Home page should have a log and brief description. If user is not authed, display Log In button When user auths, button leading to their dog(s) profiles. Dev Notes Create Home.js and Home.scss component in src/components/pages/Home Layout to match mockup.