Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 612 Bytes

Calculator with Dark/Light Mode This is a simple calculator web application with a theme toggle feature that allows switching between dark mode (default) and light mode. The theme preference is saved in localStorage and is applied automatically on page reload.

Features Basic calculator functionality. Dark mode enabled by default. Toggle between dark and light modes using the switch button. Theme preference is saved locally. How to Use Clone the repository. Open index.html in your browser. Use the calculator for basic calculations. Switch between dark and light themes by clicking the theme toggle button.