Simple Calculator is a basic web-based calculator built using HTML, CSS, and JavaScript. It allows users to perform fundamental arithmetic operations with a user-friendly interface and responsive design.
-
HTML5: For structuring the webpage.
-
CSS3: For styling and responsiveness.
-
JavaScript: For implementing calculator logic and user interactions.
-
index.html # Main HTML file for the calculator interface.
-
main.css # Primary CSS file for styling.
-
main.js # JavaScript file handling calculator operations.
-
CalculatorImage.png # Favicon for the webpage.
-
README.md # Project documentation.