Open mishra-khushboo opened 4 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
joblane | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 5:05am |
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Related Issue
Some issues in footer #137 Login and title overlapping in mobile screens #128 Enhance the Login Page #113 Register page UI #99
Description
This request improves the user experience on both registration and login screens by adding real-time validation feedback and enhancing input usability. Key changes include:
register.jsx
login.jsx
errors
state to capture and display validation messages, guiding users to address input issues before submission.validateForm
now performs checks on all fields, ensuring accurate form submission only when validation passes.loginHandler
now submits only ifvalidateForm
returns true, preventing incomplete or incorrect data from being processed.Navbar
footer.jsx
CSS Enhancements
Type of PR
Screenshots / videos (if applicable)
[Attach any relevant screenshots or videos showing the changes in action.]
Checklist:
Additional context:
This update enhances user interaction by providing clear validation feedback and more streamlined input components, contributing to an overall more intuitive and visually consistent user experience.