A basic calculator web application built using HTML, CSS, and JavaScript.
This project performs basic arithmetic operations like addition, subtraction, multiplication, and division. It was created as a beginner-level project to practice front-end development skills.
- Addition, Subtraction, Multiplication, Division
- Decimal support (e.g., 3.14 + 2.7)
- Clear (
C
) button to reset input - Responsive layout
- Simple, clean UI
- Hosted on GitHub Pages
- HTML5 β structure
- CSS3 β layout & design
- JavaScript β functionality
- Git & GitHub β version control & hosting
- Creating user interfaces with HTML/CSS
- Handling button events with JavaScript
- Using
eval()
safely to perform calculations - DOM manipulation and event handling
- Hosting projects on GitHub Pages
git clone https://github.com/rohit-yadav5/calculator.git
cd calculator
open index.html