feat: Update login and signup pages with UI UX improvements and Auth. - #422
Closed
Khushii75 wants to merge 1 commit into
Closed
feat: Update login and signup pages with UI UX improvements and Auth.#422Khushii75 wants to merge 1 commit into
Khushii75 wants to merge 1 commit into
Conversation
Thanks for creating a PR for your Issue!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template for Vehigo
Please fill out the following sections to help us review your pull request efficiently.
1. Title
A concise and descriptive title for your pull request. Please follow Conventional Commits guidelines if applicable.
feat: Update login and signup pages with UI UX improvements and Auth (google, Microsoft, phone, Facebook)
2. Description
This pull request enhances the login and signup pages to improve UI/UX consistency, responsiveness, and accessibility. The updates focus on refining styling, adjusting layouts for different screen sizes, and improving user experience for form interactions.
-Improved responsiveness across mobile, tablet, and desktop.
-Enhanced visual styling with consistent fonts, colors, and button states.
-Minor bug fixes related to input validation and error handling.
3. Related Issues
Closes: #357
4. Changes Made
List the specific changes implemented in this pull request. Be as specific as possible, referencing file paths or component names where appropriate.
5. Checklist
Before submitting, please ensure you have completed the following:
6. Screenshots/GIFs
Before:
After:
Login Page:

Via Google:-
Via Microsoft:-
Sign up Page;
7. Improvements Needed / Future Enhancements
-Integrate a database layer to persist user data (e.g., login credentials, user profiles, session tracking).
-Implement form validation with stronger error handling to improve user experience during login and signup.
-Add password encryption (e.g., bcrypt) before storing credentials to enhance security.
-Provide OAuth/social login options (Google, GitHub, etc.) for easier authentication.
-Improve UI/UX consistency with responsive layouts and accessibility best practices.
-Write unit and integration tests for the login and signup flow to ensure reliability.
@Akashshelke07 Check it out! :)