A responsive and functional Calculator built using HTML, CSS (Flexbox & Bootstrap), and JavaScript.
This calculator supports both basic and extended operations:
- Addition (+)
- Subtraction (โ)
- Multiplication (ร)
- Division (รท)
- Modulo (%)
- Square of a number (xยฒ)
- All Clear (AC) and Equal (=) buttons
๐ smartcalculator1.netlify.app
- HTML5
- CSS3 (Flexbox + Bootstrap)
- JavaScript (Event listeners, functions, conditionals, DOM manipulation)
๐ Smart Calculator
โโโ index.html
โโโ style.css
โโโ script.js
- Real-time calculations
- Supports decimals and whole numbers
- Clear interface and design
- Responsive layout using Bootstrap
- DOM manipulation using JavaScript
- Creating interactive UI with CSS and Bootstrap
- Writing clean code with comments
This project is licensed under the MIT License.