This is a simple web-based calculator built using HTML, CSS, and JavaScript.
It performs basic arithmetic operations and provides a clean, responsive interface for performing calculations in the browser.
This project was built as part of my internship to practice DOM manipulation, event handling, and front-end UI design.
- โ Addition, subtraction, multiplication, division
- โ Clear / reset functionality
- โ Handles multiple button clicks and continuous operations
- โ Click-based input using on-screen buttons
- โ Basic input validation and safe evaluation
- โ Simple and clean UI using CSS
If your calculator supports more (percentage, decimal, keyboard input, etc.), you can add them here.
- HTML โ Structure and layout of the calculator
- CSS โ Styling, colors, layout, responsiveness
- JavaScript โ Logic to perform calculations and update the display
calculator-project/
โโโ index.html โ Main calculator page (UI)
โโโ style.css โ Styles for the calculator layout and buttons
โโโ script.js โ Calculator logic and button handling
โโโ README.md โ Project documentation
If your file names are slightly different (e.g.
app.js,main.css), update this section accordingly.
- Clone the repository:
git clone https://github.com/Jagadeeswarreddybaavikala/calculator-project.git cd calculator-project/calculator-project
๐ค Author
BAAVIKALA JAGADEESWAR REDDY ๐ SDE | Developer | Innovator ๐ GitHub: Jagadeeswarreddybaavikala