A simple and responsive Calculator web application built using HTML, CSS, and JavaScript. It performs basic arithmetic operations through an intuitive and user-friendly interface.
- Addition, subtraction, multiplication, and division
- Clear and delete functionality
- Responsive design for different screen sizes
- Clean and modern user interface
- Fast and lightweight
- HTML5
- CSS3
- JavaScript (ES6)
Calculator/
│
├── index.html
├── style.css
├── script.js
└── README.md
- Clone the repository:
git clone https://github.com/VanshikaSingh28/Calculator.git- Navigate to the project folder:
cd Calculator- Open
index.htmlin your browser.
This project helped in understanding:
- DOM manipulation
- Event handling in JavaScript
- Responsive web design
- HTML structure and CSS styling
- Basic project organization using Git and GitHub
- Scientific calculator functions
- Dark mode
- Keyboard support
- Calculation history
- Theme customization
Vanshika Singh