improved Readme , code and fixed some errors #600
Open
Aujasyarajput18 wants to merge 4 commits intoSASTxNST:mainfrom
Open
improved Readme , code and fixed some errors #600Aujasyarajput18 wants to merge 4 commits intoSASTxNST:mainfrom
Aujasyarajput18 wants to merge 4 commits intoSASTxNST:mainfrom
Conversation
This commit introduces a series of improvements to the codebase, including bug fixes, code enhancements, and a more professional README. - **Bug Fixes:** - Fixed a regression in the Navbar component where the mobile menu would not close when the window was resized to a desktop viewport. - **Code Enhancements:** - Refactored component and page filenames to use PascalCase for better consistency (e.g., `footer.jsx` to `Footer.jsx`). - Updated the website's HTML title to be more descriptive. - **Documentation:** - Wrote a professional README.md with a project description, features list, setup instructions, and contribution guidelines.
Enhance Codebase and README
|
@Aujasyarajput18 is attempting to deploy a commit to the katalkavya96's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for the PR, @Aujasyarajput18! Quick note: please sign off your commits to pass the DCO check. Fix (any one): git commit --amend -s # adds 'Signed-off-by' to your last commit
git push --force-with-leaseMultiple commits? git rebase -i origin/main # mark each as 'reword' and add -s
git push --force-with-leaseWhat is DCO? See https://developercertificate.org/ |
This commit addresses several issues in the codebase: - Renames all component files to use PascalCase. - Updates all import statements to reflect the new filenames. - Fixes the responsive navbar by correctly initializing the 'isOpen' state. - Disables the non-functional phone authentication feature in the UI. - Rewrites the README.md to be more professional and comprehensive. - Resolves merge conflicts from the previous submission.
…-code Fix Bugs, Enhance Code, and Improve README
KatalKavya96
approved these changes
Nov 28, 2025
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.
This submission fixes several bugs, enhances the codebase by refactoring components to use PascalCase, and provides a more professional and informative README.md. Key fixes include resolving a regression in the Navbar's responsive behavior.