NadineGrosskreuz/capstone-project

08 - Split pages and add footer with navbar

Closed this issue · 2 comments

Value Proposition

As a user
I need to have seperate pages and a footer with clickable icons
to be able to have a better overview in the app.

Description

Image

Acceptance Criteria

  • The form and the entries are on seperate pages
  • Inside the footer is a navbar with two icons (home and new entry)
  • When you click on one icon, you are directed to the connected page and the color of the icon changes

Tasks

  • Split the existing page in two pages
  • Add a footer component
  • Add the two icons and link them to the associated page (navbar)
  • Add component to the app
  • Add styled-components
  • Add to Storybook
  • Write test
  • Check accessibility
  • Deploy for usability and UX testing
  • Check on mobile phone

Complexity

M

Very nice! I would only suggest the following:

  • the footer with clickable icons normally is called a navigation or navbar
  • the steps 'add component to the app' and 'add styled components' are quite detailed and so common that you don't really need to mention them.

Besides that it looks very promising ✨

Thanks for your feedback, I adjusted it! :)