https://github.com/craftingweb/light-dark-mode
In recent years, the concept of light and dark mode has gained significant traction in user interface design.
https://github.com/craftingweb/light-dark-mode
localstorage
Last synced: 11 months ago
JSON representation
In recent years, the concept of light and dark mode has gained significant traction in user interface design.
- Host: GitHub
- URL: https://github.com/craftingweb/light-dark-mode
- Owner: craftingweb
- Created: 2024-02-10T15:55:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:44:05.000Z (over 2 years ago)
- Last Synced: 2025-03-01T17:32:01.824Z (over 1 year ago)
- Topics: localstorage
- Language: CSS
- Homepage: https://lightdark.vercel.app
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Light and Dark Mode
In recent years, the concept of light and dark mode has gained significant traction in user interface design. Offering users the choice between light and dark color schemes has become a standard feature in many applications and websites. This adaptation addresses the diverse preferences and needs of users while also enhancing overall usability and accessibility.
To enhance user experience, localStorage is utilized to store and remember the user's preference for light or dark mode. This means that once a user selects their preferred mode, their choice is saved locally within their browser, ensuring that the interface consistently reflects their desired setting across sessions.
[light&darkMode.webm](https://github.com/VitaliPri/Light-Dark-Mode/assets/101225909/b3624e88-bcca-468a-93dd-1788f1f6dd70)