This project demonstrates a basic implementation of a dark mode toggle using HTML, CSS, and JavaScript.
- Clone or download this repository.
- Open the
index.htmlfile in your web browser. - Click the "Toggle Dark Mode" button to switch between light and dark themes.
index.html: The main HTML structure.style.css: Contains the styles for both light and dark modes.script.js: Handles the logic for toggling the theme.