Closed Siddhart2004 closed 3 weeks ago
👋 Thank you @Siddhart2004 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
@saurabhbakolia assign this task to me and kindly add gssoc and hacktoberfest labels .
Issue Report
Enhance Navbar with Active Page Styling and Hover Effects
Description
The current Navbar component lacks visual indicators for the active page and hover effects, making it less intuitive for users to know which page they are on. This issue proposes adding active page styling and hover effects to improve user experience.
Proposed Changes
Highlight Active Page:
useLocation
fromreact-router-dom
to track the current path.Hover Effects:
Screenshots (if applicable)
If applicable, please attach any relevant screenshots or visual aids that help illustrate the issue.
The above ss is the navbar which is already present which doesn't have active page styles and hover effects.
The above is the ss after applying active page styles and hover effects. It is easy to find which page are we in if we have active page styles.