The project currently lacks a dark mode feature. Adding a dark theme toggle will improve user experience and accessibility.
What i will do -
- Implement a ThemeContext using React Context API.
- Store user preference (light/dark) in localStorage for persistence.
- Add a theme toggle button in the navbar (or each page).
- Apply conditional CSS styling based on the selected theme.
The project currently lacks a dark mode feature. Adding a dark theme toggle will improve user experience and accessibility.
What i will do -