A simple, clean, and interactive Calculator Web App built with core web technologies.
This project demonstrates basic arithmetic functionality with an intuitive user interface, perfect for learning DOM manipulation and UI logic in JavaScript.
๐ https://adityaj0412.github.io/calculator/
This is a basic calculator application that supports standard arithmetic operations such as addition, subtraction, multiplication, and division. It is designed with simplicity and usability in mind โ ideal for educational purposes or as a starting point for more advanced calculator projects.
- HTML5 โ Structure of the calculator
- CSS3 โ Styling and layout
- JavaScript โ Core logic for calculations and interactions
- Basic arithmetic:
+,-,ร,รท - Clear / Reset
- Backspace
- Easy and intuitive UI
- Responsive layout for different screen sizes
Aditya