Description
I explored the application and noticed that there is no signup page available for new users. This could create a barrier for first-time users trying to access the platform.
A dedicated signup page should be designed and implemented to allow new users to create an account easily. The page should include:
Input fields for Name, Email, Password, and Confirm Password
Validation for required fields and password strength
A "Sign Up" button to submit the form
A link to the login page for users who already have an account
An alternative could be integrating a signup modal within the login page, but having a separate signup page ensures a better user experience and cleaner UI design.
I would love to work on this feature and contribute to the project. Please let me know if this enhancement aligns with the project’s goals, and I can start implementing it right away.