A simple web application that allows users to toggle between dark and light mode.
This project is a basic implementation of a dark mode toggle using HTML, CSS, and JavaScript. Users can click the button to switch between dark and light modes.
- Toggle between dark and light mode.
- Simple and easy-to-understand code.
-
Clone the repository:
git clone https://github.com/your-username/dark-mode-toggle.git
Open the index.html file in your preferred web browser.
Click the "Click" button to toggle between dark and light modes.
File Structure index.html: HTML file containing the structure of the web page. style.css: CSS file containing the styles for the dark and light modes. app.js: JavaScript file handling the toggle functionality. License This project is licensed under the MIT License.