-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This issue covers the development of the signup page where users can create an account in the database
[ ] Create a responsive signup page where users can input personal data for registration.
[ ] Fields required: Full Name, Email, Password, Confirm Password
[ ] Validate user inputs (e.g., password strength, email format).
[ ] Include error handling for invalid inputs.
[ ] After a successful signup, redirect the user to the profile registration page.
[ ] Ensure the images on the desktop mode are all in a slide that switches every 5 seconds or as u see fit
Tasks:
Design the signup form layout.
Implement input field validation (e.g., password length, email validation).
Display error messages for invalid input.
Connect to backend API to store user data.
Implement redirection to profile registration page on success.