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

SigninSignupModal #53

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

SigninSignupModal #53

wants to merge 1 commit into from

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