/DarkModeReact

Created with CodeSandbox

Primary LanguageJavaScript

DarkModeReact

Features:

  • This project is based on react hooks
  • The Mode is stored on the localStorage where toggle mode is stored which preserve the mode after refreshing
  • The Dark mode could be applied in every component in the body of the page even, not only the root Component(as Example I made Motion Component and Content Component)