Open MohitSrivastava22 opened 1 month ago
👋 Thank you @MohitSrivastava22 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
@MohitSrivastava22 Could you complete it within 2 days for better contribution? I am in the Loop of checking all the PR's and issues very carefully so I have to keep the consistency maintained.
Is this a unique feature?
Is your feature request related to a problem/unavailable functionality? Please describe.
The application currently lacks dedicated login and signup pages, preventing users from accessing their accounts or creating new ones. Implementing these pages is essential for user authentication, enhancing security, and improving overall user experience.
Proposed Solution
Develop dedicated login and signup pages within the application to facilitate user authentication. The login page will allow users to securely enter their credentials, while the signup page will enable new users to register by providing their email and password. Implement form validation, secure password handling, and user feedback mechanisms to ensure a smooth and secure user experience.
Screenshots
No response
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)
Set Up Routing
Create Components
Login Component:
Backend API Development