A modern and responsive calculator web application built using HTML, CSS, and JavaScript.
This project is developed as part of the CodeAlpha Internship Program.
- iOS style modern UI design
- Basic arithmetic operations (+, −, ×, ÷)
- Percentage (%) calculation
- Clear (AC) and Backspace (DEL) support
- Keyboard input support
- Button hover and click animations
- Responsive layout (Mobile Friendly)
- Real-time calculation display
- HTML5
- CSS3
- JavaScript (Vanilla JS)
CodeAlpha_Calculator
│
├── index.html
├── style.css
└── script.js
- Download or clone the repository
- Open
index.htmlfile - Project will run in browser
- Open folder in VS Code
- Install Live Server Extension
- Right click
index.html - Click Open with Live Server
iOS-style Calculator UI with smooth animations and responsive layout.
This project is submitted as part of the CodeAlpha Internship – Calculator Task.
This project is free to use for learning and educational purposes.