https://github.com/kapilsinghnegi/light-dark-mode
Switch between light and dark theme. Using local storage the preferred option is remembered by the browser.
https://github.com/kapilsinghnegi/light-dark-mode
css dom-manipulation html javascript lightdarkmode
Last synced: about 1 month ago
JSON representation
Switch between light and dark theme. Using local storage the preferred option is remembered by the browser.
- Host: GitHub
- URL: https://github.com/kapilsinghnegi/light-dark-mode
- Owner: kapilsinghnegi
- Created: 2024-01-05T09:04:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T18:57:19.000Z (over 1 year ago)
- Last Synced: 2024-01-09T20:11:44.464Z (over 1 year ago)
- Topics: css, dom-manipulation, html, javascript, lightdarkmode
- Language: CSS
- Homepage: https://kapilsinghnegi.github.io/light-dark-mode/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Light and Dark Mode
Light and Dark Mode is a web application that lets users switch between light and dark themes by dynamically switching the color scheme. It also features localHost so the user's preference is saved and will be defaulted to the appropriate one when the user returns.