A simple and responsive calculator web application built using HTML, CSS, and JavaScript. This project demonstrates basic front-end development skills, user interface design, and event handling in JavaScript.
🚀 Features Standard calculator functionalities: addition, subtraction, multiplication, division
1.Clear (AC) and delete (DE) functions
2.Responsive layout for desktop and mobile view
3.Clean and intuitive user interface
4.Keyboard input support (optional if implemented)
🛠️ Technologies Used 1.HTML5 for structure
2.CSS3 for styling and layout
3.JavaScript (ES6) for functionality and logic
🎯 Purpose This project was created as part of an internship to:
1.Strengthen core web development concepts
2.Practice DOM manipulation
3.Build an interactive and user-friendly UI
4.Understand basic state management in a web application