A simple and responsive calculator built using HTML, CSS, and JavaScript.
Perform basic arithmetic operations with a sleek, interactive interface!
- โ Perform basic arithmetic operations (Addition, Subtraction, Multiplication, Division)
- ๐พ Calculation history is stored using localStorage
- ๐จ Beautiful and responsive UI โ works on both desktop and mobile
- ๐ด Clear button to reset the calculations at any time
- HTML โ Structure
- CSS โ Styling and Layout
- JavaScript โ Logic and Interactivity
- Click on the number keys (1-9) and operator buttons (+, -, *, /) to perform calculations.
- Press the Clear button to reset the calculation.
- Click = to compute and display the result.
