Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #14.5: Implement LandingPage Component & Enhance Navigation UI #41

Merged
merged 10 commits into from
Oct 2, 2024

Conversation

dterceroparker
Copy link
Member

@dterceroparker dterceroparker commented Sep 30, 2024

Description

This PR involves the development of a LandingPage component for the CollabShop application. The component will feature a placeholder logo, a product description, and a footer navigation bar that includes a "Meet the Team" icon and a "Sign In" button that navigates to application page.

Related Issue

Closes #39

Acceptance Criteria

  • Implement the LandingPage component.

Add placeholder logo.
Include a product description section.
Provide instructions for signing in.

  • Include a footer navigation bar with:

A "Meet the Team" icon that links to the respective page.
A "Sign In" button for user authentication.

  • Modify Layout.jsx to ensure the Sign In button is not displayed in the UI.
  • Update useAuth.jsx to support passing a className prop and integrate FontAwesome icons.
  • Create a new stylesheet, LandingPage.css, to style the LandingPage component.

Type of Changes

Enhancement

Updates

Before

After

Testing Steps / QA Criteria

Copy link

github-actions bot commented Sep 30, 2024

Visit the preview URL for this PR (updated for commit d5a9210):

https://tcl-74-smart-shopping-list--pr41-sd-dt-landingpage-xmi570jt.web.app

(expires Wed, 09 Oct 2024 16:25:54 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 79d73546692f99aad8468c28e36db434e2c190ac

@dterceroparker dterceroparker added the enhancement New feature or request label Sep 30, 2024
@dterceroparker dterceroparker changed the title 14.5 Create <LandingPage> Component #39 14.5 Implement LandingPage Component & Enhance Navigation UI #39 Sep 30, 2024
@dterceroparker dterceroparker changed the title 14.5 Implement LandingPage Component & Enhance Navigation UI #39 14.5 Implement LandingPage Component & Enhance Navigation UI Sep 30, 2024
@dterceroparker dterceroparker changed the title 14.5 Implement LandingPage Component & Enhance Navigation UI Issue #14.5: Implement LandingPage Component & Enhance Navigation UI Oct 1, 2024
@dterceroparker dterceroparker marked this pull request as ready for review October 2, 2024 18:32
@dterceroparker dterceroparker merged commit b8b6cdc into main Oct 2, 2024
2 checks passed
@dterceroparker dterceroparker deleted the sd-dt-landingpage branch October 2, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

14.5 Create <LandingPage> Component
2 participants