This project provides a simple implementation of a dark and light mode toggle feature for web pages. It allows users to switch between dark and light themes seamlessly, enhancing the user experience.
- Theme Toggle: Users can switch between dark and light modes using a toggle button.
- Persistent Theme Preference: The selected theme preference is saved and persists across page reloads.
- HTML5: Provides the structure of the web page.
- CSS3: Styles the web page and defines the dark and light themes.
- JavaScript: Handles the theme toggle functionality and stores the user's theme preference.