Rainbow-Devs / health-tracker-frontend

The Next.js-based frontend webapp for the Rainbow Devs Health Tracker application.
MIT License
1 stars 6 forks source link

Reusable Page Template Component #23

Closed CodeDiversity closed 1 year ago

CodeDiversity commented 1 year ago

Describe the Feature / Enhancement

As a developer, I want to create a reusable page template with a header and footer, allowing for consistent design and navigation across different pages of the fitness application.

  1. The reusable page template should integrate the header component, displaying the application logo, navigation menu, and user profile information consistently across different pages.

  2. The template should seamlessly incorporate the footer component, ensuring that it appears consistently at the bottom of each page and displays relevant links, copyright information, and social media icons.

  3. The template should maintain visual and styling consistency with the existing header and footer components, ensuring that the overall design and branding of the fitness application is preserved.

  4. The page template should be well-documented, providing clear instructions on how to integrate and utilize the header and footer components within different pages of the fitness application.

Additional Details and Resources

No response

Correct Project Selected

Labels

seidior commented 1 year ago

I'm going to delay the "user profile information consistently across different pages" part of this for Milestone 4, but when we work on that feature, it will be automatically propagated throughout the site as long as it's part of the NavBar.

I'm fine with everything else in the ticket! Namely, the most important to be done ahead of Milestone 3 will be: