This project is a simple calculator web application with a dark mode toggle feature. It was developed as part of the software fellowship participation. [Program organized by Pulchowk Campus]
- Basic arithmetic operations
- Responsive design
- Dark mode toggle
- Smooth transitions between light and dark modes
- HTML5
- CSS3
- JavaScript
index.html
: The main HTML file containing the structure of the calculatorcalculator.css
: CSS file for styling the calculator and implementing dark modecalculator.js
: JavaScript file for the dark mode toggle functionality