smilegupta / Dark-Light-mode

Dark Mode/Light Mode Switcher in React

Home Page:https://dark-light-mode.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme Switcher

Open Source Love Awesome Made With Love

Since the theme switching between light (default) and dark (inverted) themes has become a new trend. Here is the code of the Theme Switcher written in React.

Prerequisite

Your Machine must have nodejs installed in your system

Technology Stack Used

HTML CSS JavaScript React

  • Front End - HTML, CSS , JavaScript
  • Library - React

React Commands in NutShell

Creating a React Application

npx create-react-app theme-switcher

Running the Application

npm start

Installing Styled-Component Package

npm i styled-components

List of External Package used

Still need help?


  if (needHelp === true) {
     var emailId = "guptamiley3012@gmail.com";
     // email is the best way to reach out to me.
     sendEmail(emailId);
  }

Glad to see you here! Show some love by starring this repo.

Facebook Instagram LinkedIn Twitter

About

Dark Mode/Light Mode Switcher in React

https://dark-light-mode.vercel.app/


Languages

Language:JavaScript 91.5%Language:HTML 8.5%