Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyaexe/darkmode
A Simple Dark Mode Using HTML, CSS
https://github.com/soumyaexe/darkmode
Last synced: 11 days ago
JSON representation
A Simple Dark Mode Using HTML, CSS
- Host: GitHub
- URL: https://github.com/soumyaexe/darkmode
- Owner: SoumyaEXE
- License: cc0-1.0
- Created: 2024-10-16T16:04:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:05:53.000Z (2 months ago)
- Last Synced: 2024-10-18T07:40:24.502Z (2 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toggle Switch
This is a simple toggle switch project built using HTML, CSS, and JavaScript. The switch allows users to toggle between light and dark themes. It features a sleek design with smooth animations.
## Features
- Light and dark mode toggle
- Responsive design
- Simple and intuitive interface## Installation
1. Clone the repository:
```bash
git clone https://github.com/SoumyaEXE/Toggle-Switch.git
```2. Navigate to the project directory:
```bash
cd Toggle-Switch
```3. Open `index.html` in your web browser.
## Usage
- Click the toggle switch to change between light and dark themes.
## Demo
![Demo](demo.gif)
## Technologies Used
- HTML
- CSS
- JavaScript## Author
Made with ❤️ by [Soumya](https://instagram.com/s0umy4_xd)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
```You can copy this directly for your GitHub README!