Rainbow-Devs/health-tracker-frontend

Footer UI - FE

Closed this issue · 3 comments

Describe the Feature / Enhancement

User Story 3: As a user, I want the web app to have a Footer component that provides relevant information and links.

Comps Needed.

Tasks:

  1. Design the Footer component, including elements such as copyright information, links to important pages, and social media icons.
  2. Implement the Footer component using Tailwind CSS classes and HTML/CSS.
  3. Ensure the Footer is responsive and adjusts well on different screen sizes.
  4. Test the Footer component across various devices and screen sizes to verify its functionality and appearance.
  5. Make any necessary adjustments or fixes based on the testing results.

Additional Details and Resources

No response

Correct Project Selected

  • This issue is linked to the appropriate project.

Labels

  • This issue has appropriate labels.

For now, this should be considered "on hold" until the NavBar PR (#17) lands, since it'll be wholly dependent on product structure and style changes.

Before proceeding, we should also figure out what additional pages we need in our footer that won't be in the header, such as:

  • Terms of Service
  • Privacy Policy
  • (etc.)

(Also, there's currently no footer design in our Figma document.)

I've moved this to "Ready" status, since it looks like we're ready to go, at least the desktop interpretation of this task. (@CodeDiversity can correct me if that's not the case.)

I'm also going to add in scope the logo replacement in the navbar, since it's required for the footer anyway.

This ticket should not be considered ready for pull request unless you've coordinated with design lead this sprint (@wrenlee) and gotten their approval for anything that was interpreted and not part of the design in Figma.

Check out the code via:

git fetch origin
git checkout 20-footer-ui

Hi there, I would be interested in picking up this story.