Problem Statement
The navigation bar currently does not provide a visual indication of the active page. All navigation items appear identical, making it difficult for users to determine their current location within the website.
Proposed Solution
Implement an active state indicator for navbar links.
Possible approaches:
- Highlight the active tab with a different text color.
- Add an underline or bottom border to the active item.
- Use a pill-style background for the selected tab.
- Add a smooth transition animation when switching between tabs.
The active state should update automatically based on the current route.
Expected Outcome
- Users can instantly identify which page they are currently viewing.
- Improved navigation clarity and overall user experience.
- Consistent and modern navigation behavior across the application.
Steps
- Identify the current route using the routing solution used in the project.
- Apply an active class/style to the corresponding navigation item.
- Design a visually distinct active state that matches the existing theme.
- Ensure the active indicator updates correctly when navigating between pages.
- Test responsiveness across desktop and mobile views.
Screenshot

Problem Statement
The navigation bar currently does not provide a visual indication of the active page. All navigation items appear identical, making it difficult for users to determine their current location within the website.
Proposed Solution
Implement an active state indicator for navbar links.
Possible approaches:
The active state should update automatically based on the current route.
Expected Outcome
Steps
Screenshot