This is a simple, user-friendly calculator web frontend application that performs basic arithmetic operations and stores the history of calculations for easy reference.
Explore the fully functional calculator with history feature here:
👉 Calculator Application
-
Performs arithmetic operations: Addition (+), Subtraction (-), Multiplication (×), Division (÷), Subtraction (%), Multiplication (×^2).
-
Displays previous calculations in an organized list.
- Frontend: HTML, CSS, JavaScript
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/Harsh-Agrawal96/Calculator_Save.git
-
Navigate to the project directory:
cd Calculator_Save
-
Open the
index.html
file in your browser to use the calculator