-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Description
Dark mode support is missing in the project. Adding a dark mode toggle will improve user experience, accessibility, and usability during low-light conditions.
Proposed Solution
Add a dark mode toggle button (icon/button) in the navbar or header.
Use CSS variables / Tailwind dark mode / JS toggle (based on project stack).
Store user preference using localStorage so the theme persists after refresh.
Ensure smooth theme transition.
Acceptance Criteria
Dark mode toggle button is visible and accessible
Theme switches correctly between light and dark
User preference persists after page reload
UI remains readable and responsive in both modes
Additional Context
Dark mode is a widely expected feature and will enhance overall UX and modernize the interface.
please assign me this issue @Renu-code123