feat: implement responsive Navbar component and integrate into App #48
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.
Description
Changes Made:
1.Added Navbar.tsx in components directory.
2.Updated App.tsx to include the Navbar globally, outside of so it appears on all pages.
3.Added padding to main content to prevent overlap with fixed navbar.
Key Features:
1.Responsive design: Automatically collapses into a hamburger menu on smaller screens.
2.Active link highlighting: Current page link is visually distinguished.
3.Shadcn/ui Buttons: Login and Signup buttons use the existing design system for consistency.
4.Fixed navbar: Remains at the top of the page with backdrop blur for a modern UI effect.
5.Integrated with React Router: Uses Link for smooth client-side navigation.
Semver Changes
Issues
Checklist