Skip to content

🌓 Add Dark Theme Support with ThemeContext #268

Description

@0xfabb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions