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

Mp create snap shop account #68

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. Add CreateAccount component with a simple form and update navbar with…

    … a route and link to the new page
    MarcosPerez16 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    21d3f0f View commit details
    Browse the repository at this point in the history
  2. installed firebase authentication, refactored handleSubmit function…

    … in CreateAccount.jsx to utillize `addUserToDatabase` function for account creation. Added name input for account creation.
    MarcosPerez16 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4e95cea View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. added flexbox property to correctly align nav bar links. Used tailwin…

    …d utility class whitespace-nowrap to prevent text from wrapping within its container.
    MarcosPerez16 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fc5118e View commit details
    Browse the repository at this point in the history
  2. added window alert upon successfully creating a new account and redir…

    …ect the user to the homepage to create a new list.
    MarcosPerez16 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9969563 View commit details
    Browse the repository at this point in the history
  3. Added conditional check to either hide or show the create account lin…

    …k in the nav bar depending on if a user is signed in or not.
    MarcosPerez16 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    63ddea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51aabb View commit details
    Browse the repository at this point in the history