Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1008 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 1008 Bytes

Calculator_Save

This is a simple, user-friendly calculator web frontend application that performs basic arithmetic operations and stores the history of calculations for easy reference.


Hosted Link

Explore the fully functional calculator with history feature here:
👉 Calculator Application


Features

  • Performs arithmetic operations: Addition (+), Subtraction (-), Multiplication (×), Division (÷), Subtraction (%), Multiplication (×^2).

  • Displays previous calculations in an organized list.


Tech Stack

  • Frontend: HTML, CSS, JavaScript

Installation

Follow these steps to run the project locally:

  1. Clone the repository:

    git clone https://github.com/Harsh-Agrawal96/Calculator_Save.git
  2. Navigate to the project directory:

    cd Calculator_Save
  3. Open the index.html file in your browser to use the calculator