Skip to content

Implement Sign-Up Form Functionality #289

@DrashtiMistry

Description

@DrashtiMistry

Screenshot 2024-10-19 211440

The current sign-up form design looks great, but it would greatly enhance the user experience if it were functional. Here’s what I propose:

  1. Form Submission: Implement backend logic to handle form submissions for new user sign-ups.
    This will involve:
  • Validating the user's input (e.g., name, email, and password fields).
  • Connecting the form to a database to store new user data.
  • Providing feedback to the user (success/error messages) upon form submission.
  1. Error Handling:
  • Display clear, user-friendly error messages if the email format is invalid or the password doesn't meet security requirements.
  • Show success confirmation upon successful account creation.
  1. Enhancement Ideas:
  • Add a loading indicator while processing the form to improve user experience.
  • Implement password strength indicators to help users create stronger passwords.
  • This feature would help make the site more functional and improve user engagement. I'd love to take this up if approved!

@Shreyaa173 Please assign this issue to me. GSSoC'24 Extd Contributor

Activity

Shreyaa173

Shreyaa173 commented on Oct 23, 2024

@Shreyaa173
Owner

Assigned to you

added a commit that references this issue on Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @Shreyaa173@DrashtiMistry

      Issue actions

        Implement Sign-Up Form Functionality · Issue #289 · Shreyaa173/Code-Book