π± Calculator App
A simple and responsive calculator built using HTML, CSS, and JavaScript. It performs basic arithmetic operations and is designed for clean UI and fast performance.
π Features *β Addition *β Subtraction *βοΈ Multiplication *β Division *π§Ή Clear/Delete functionality *π± Responsive layout (works on mobile & desktop) *β‘ Instant calculation using JavaScript logic
π Project Structure calculator/ β βββ index.html # Main calculator UI βββ style.css # Styling and layout βββ script.js # Calculator logic (operations & event handling)
π οΈ Technologies Used
- HTML5 β for the calculator structure
- CSS3 β for styling the interface
- JavaScript (ES6) β to perform calculations and handle button events
πΈ Screenshot
(Add your screenshot here β optional)
Download or clone the repository
(git clone https://github.com/Jayveer-Singh30/calculator.git)
Open index.html in any browser Start using the calculator π
π§ How It Works JavaScript captures button clicks using event listeners Each click updates the display screen Expressions are evaluated with JS functions Errors like division by zero are handled gracefully
β¨ Future Improvements
Add scientific calculator functions Add Colorfull/light mode Add sound or vibration feedback
π License
This project is open-source. You can modify or use it freely.