Skip to content

Conversation

@nhatminh23-03
Copy link
Collaborator

Task: A popup dialog that prompts users to log in or sign up when they attempt to perform actions that require authentication.

Changes Made

  • Created SigninSignupModal.jsx to handle the popup dialog logic.

  • Added custom styles in SigninSignupModal.css

  • Design:
    Created a modal using Bootstrap's Modal component.
    Styled the modal to match the application's design requirements, including custom button colors, font sizes, and removing default borders.

  • Functionality:
    The modal is triggered when an unauthenticated user tries to perform a restricted action.
    Includes options for users to log in or sign up.
    Close button aligned to the top-right corner, with header text centered.
    Sign In and Sign Up buttons are aligned within the modal footer for clear user interaction.

Screenshot 2024-06-18 at 5 20 16 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant