Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.66 KB

Calculator Web App

This Calculator Web App is a straightforward and user-friendly tool developed using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations, view a history of calculations, and customize the calculator's appearance.

Features

  • Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division with ease.
  • History Tracking: View a history of calculations, including both equations and results.
  • Customizable Interface: Toggle between showing and hiding the calculation history panel.

Usage

  1. Input values using the calculator buttons or your keyboard.
  2. Perform arithmetic operations by clicking on the corresponding buttons.
  3. Clear the current calculation or the entire history as needed.
  4. Toggle the history panel to view or hide the calculation history.
  5. Perform consecutive calculations and track them in the history panel.

Technologies Used

  • HTML: Defines the structure of the calculator web page.
  • CSS: Provides styling for an aesthetically pleasing user interface.
  • JavaScript: Implements the dynamic functionality of the calculator, including arithmetic operations and history tracking.

Code Overview

  • The JavaScript code handles the core functionality of the calculator, including input processing, arithmetic operations, and history tracking.
  • The history panel is dynamically updated with each calculation.

How to Run

Open the index.html file in a web browser to use the Calculator Web App. Feel free to explore and modify the code to suit your preferences or add additional features.

Enjoy calculating with this simple yet effective Calculator Web App!