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

Origin/implement login page/ login signup pages components #78

Closed
wants to merge 8 commits into from

Commits on Mar 3, 2024

  1. Update layout.tsx

    reconfigured layout.tsx to avoid re-creating it on each render
    lylaaron98 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cf8db33 View commit details
    Browse the repository at this point in the history
  2. added app pages

    login and sign up pages
    lylaaron98 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cfc3d91 View commit details
    Browse the repository at this point in the history
  3. Update page.tsx

    lylaaron98 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7a735f9 View commit details
    Browse the repository at this point in the history
  4. created components for login

    isolated the components from the full page.tsx
    lylaaron98 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0121fdb View commit details
    Browse the repository at this point in the history
  5. Create modular components for Signup page

    Refactor the Signup page by isolating form-related logic and UI elements into modular components.
    Introduced components in the form, layout, and ui directories for better code organization.
    lylaaron98 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    db20ecb View commit details
    Browse the repository at this point in the history
  6. Update page.tsx

    update page.tsx for signup
    lylaaron98 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6e23032 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. updated PR issues in layout.tsx

    updated some of the PR issues highlighted
    lylaaron98 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    813efe0 View commit details
    Browse the repository at this point in the history
  2. update inputField.tsx

    updated according to comments in PR #78
    lylaaron98 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    11e1d34 View commit details
    Browse the repository at this point in the history