-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
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:
- 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.
- 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.
- 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
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
Select code repository
Activity
Shreyaa173 commentedon Oct 23, 2024
Assigned to you
Fix issue Shreyaa173#289: [Add Sign Up Functionality]