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

Update SignUp component to handle user sign-up and display Snackbar messages #22

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

Commits on Jan 30, 2024

  1. Commit Message: Update SignUp component to handle user sign-up and di…

    …splay Snackbar messages
    
    Description:
    - Modified the SignUp component to handle user sign-up functionality.
    - Implemented asynchronous form submission handling in the handleSubmit function.
    - Added error handling using try-catch blocks to catch errors during sign-up.
    - Updated the Snackbar messages to provide feedback to the user based on the sign-up status.
    - Snackbar messages now display success message for successful sign-up and error message for failed sign-up attempts.
    - If the error response indicates that the email already exists, the Snackbar displays a message informing the user that the email is already in use.
    - Implemented efficient error handling to provide clear feedback to the user.
    younespro1337 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    143a68d View commit details
    Browse the repository at this point in the history
  2. Commit Message: Update SignUp component to handle user sign-up and di…

    …splay Snackbar messages
    
    Description:
    - Modified the SignUp component to handle user sign-up functionality.
    - Implemented asynchronous form submission handling in the handleSubmit function.
    - Added error handling using try-catch blocks to catch errors during sign-up.
    - Updated the Snackbar messages to provide feedback to the user based on the sign-up status.
    - Snackbar messages now display success message for successful sign-up and error message for failed sign-up attempts.
    - If the error response indicates that the email already exists, the Snackbar displays a message informing the user that the email is already in use.
    - Implemented efficient error handling to provide clear feedback to the user.
    younespro1337 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    73ccd32 View commit details
    Browse the repository at this point in the history
  3. Commit Message: Update SignUp component to handle user sign-up and di…

    …splay Snackbar messages
    
    Description:
    - Modified the SignUp component to handle user sign-up functionality.
    - Implemented asynchronous form submission handling in the handleSubmit function.
    - Added error handling using try-catch blocks to catch errors during sign-up.
    - Updated the Snackbar messages to provide feedback to the user based on the sign-up status.
    - Snackbar messages now display success message for successful sign-up and error message for failed sign-up attempts.
    - If the error response indicates that the email already exists, the Snackbar displays a message informing the user that the email is already in use.
    - Implemented efficient error handling to provide clear feedback to the user.
    younespro1337 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    520feea View commit details
    Browse the repository at this point in the history