As a userI want to switch between light and dark modes in the application
so that I can use the app comfortably in different lighting environments and reduce eye strain in low light conditions.
Description
The application should provide a toggle or setting for enabling dark mode.
Acceptance Criteria
A button is available for switching between light and dark modes.
The dark mode color palette is visually distinct.
The selected mode persists when the user refreshes or revisits the app.
Tasks
[ ] Create feature branch feature/dark-mode
[ ] Design a dark color palette that aligns with the application's branding.
[ ] Implement a toggle button for switching between light and dark modes.
[ ] Write logic to store the user's mode preference
[ ] Ensure all components render correctly in both light and dark modes.
Value Proposition
As a user I want to switch between light and dark modes in the application so that I can use the app comfortably in different lighting environments and reduce eye strain in low light conditions.
Description
The application should provide a toggle or setting for enabling dark mode.
Acceptance Criteria
Tasks