Article: https://nimishjn.medium.com/toggle-theme-in-reactjs-4095dd35c69d
CodeSandbox: https://codesandbox.io/s/theme-toggle-h54n8
root
βββ public
β βββ favicon.ico
β βββ index.html
β βββ manifest.json
β
βββ src
β βββ assets
β β βββ asset files
β β
β βββ Components
β β βββ Header
β β β βββ Header.js
β β β βββ header.css
β β β
β β βββ Landing
β β βββ Landing.js
β β βββ landing.css
β β
β βββ App.css
β βββ App.js
β βββ index.js
β βββ Theme.js
β
βββ .gitignore
βββ README.MD
βββ package-lock.json
βββ package.json
(end)