Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dark Mode Support #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dakshmehta007
Copy link

Description

Added dark mode functionality to improve user experience and reduce eye strain during nighttime usage. The implementation includes a theme toggle button and consistent dark theme styling across components.

Changes Made

  • Created theme context for managing dark/light mode state
  • Added theme toggle button in the top-right corner
  • Implemented dark mode styles for the main app and ScrollToTop component
  • Added smooth transitions for theme changes
  • Ensured theme persistence during scrolling

Screenshots

Screenshot 2025-03-19 002912

Testing Instructions

  1. Run the app locally
  2. Click the theme toggle button (🌙/☀️) in the top-right corner
  3. Verify that:
    Background and text colors change appropriately
    The ScrollToTop button adapts to the current theme
    The Theme toggle works consistently
    Transitions are smooth
    Components remain functional in both themes

Technical Details

  • Uses React Context API for theme management
  • Implements CSS variables for consistent theming
  • Maintains accessibility standards in both modes

Related Issue

Closes #2: Dark mode implementation Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat : Dark mode
1 participant