Arijit-017 / ISTE-Contribution-React

https://iste-contribution-react.vercel.app
MIT License
2 stars 4 forks source link

Add Dark Mode Feature #3

Closed Arijit-017 closed 1 day ago

Arijit-017 commented 2 days ago

Issue: Add Dark Mode Feature

Description

We need to implement a Dark Mode toggle for the application. Your task is to create a dark mode that can be switched on or off by the user. The theme should persist across sessions (store preference locally).

Steps to Contribute

  1. Fork the Repository

    • Click the Fork button at the top right of this repository's page to create a copy of the repo under your GitHub account.
  2. Clone it to Your Local Machine

    • Open your terminal and use the following command to clone the repo:
      git clone https://github.com/your-username/repo-name.git
  3. Add Dark Mode

    • Implement a dark mode toggle that allows users to switch between light and dark themes.
    • The dark mode should affect the entire application, including backgrounds, text colors, and component styles.
    • Ensure that the dark mode preference is stored using localStorage so that it persists even after the page is refreshed or reopened.
  4. Push Your Changes

    • After adding the dark mode feature, commit your changes using:
      git add .
      git commit -m "Added dark mode feature"
      git push origin main
  5. Create a Pull Request

    • Head back to the repository on GitHub, and click on Compare & pull request. Provide a meaningful description of your changes and create the pull request.

Thank you for contributing! We're excited to see the dark mode feature in action. 🌙✨

Snehalgupta-07 commented 2 days ago

Hi I can do this can u pls assign it to me

Arijit-017 commented 2 days ago

Hi I can do this can u pls assign it to me Yes, now you can do it.