Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahsinzidane/duskdawnmode
Automatically switches between day and night mode at 6:00 PM and 6:00 AM, enhancing user experience with adaptive theming.
https://github.com/tahsinzidane/duskdawnmode
Last synced: about 2 months ago
JSON representation
Automatically switches between day and night mode at 6:00 PM and 6:00 AM, enhancing user experience with adaptive theming.
- Host: GitHub
- URL: https://github.com/tahsinzidane/duskdawnmode
- Owner: tahsinzidane
- License: mit
- Created: 2024-09-06T15:57:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:28:48.000Z (4 months ago)
- Last Synced: 2024-09-16T17:08:56.952Z (4 months ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuskDawnMode
**DuskDawnMode** is a JavaScript project that automatically switches between day and night mode at 6:00 PM and 6:00 AM. It enhances user experience by adapting the interface to different lighting conditions.
- [see live](https://tahsinzidane.github.io/DuskDawnMode/)
## Features
- **Automatic Theme Switching**: Switches between day and night mode based on the time of day.
- **Easy Integration**: Can be easily added to any project using a CDN link.## How to Use
## quick start
````html
Document
hello world
````
1. **Include the CSS and JavaScript**: Add the following CDN links to your HTML file:
```html
```
2. **Initialize the Script**: The JavaScript file will handle the automatic switching of themes. Ensure it is loaded after the DOM elements you want to style.
## Author
[**Tahsinzidane** ](https://github.com/tahsinzidane)