Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.05 KB

Calculator App

This is a simple calculator web application created using HTML, CSS, and JavaScript.

Installation

  1. Clone the repository to your local machine or download the zip file.
  2. Open the index.html file in a web browser to run the application.

Usage

The calculator performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It also includes a clear button to reset the input.

Code Overview

HTML

The HTML file contains the basic structure of the web application. It includes a table that displays the buttons for the calculator and an input field for the results.

CSS

The CSS file contains the styling rules for the calculator. It includes styles for the buttons, input field, and overall layout.

JavaScript

The JavaScript file contains the logic for the calculator. It includes functions for handling button clicks, performing arithmetic operations, and clearing the input field.

Credits

This project was created by Mahesh Semwal. Feel free to use it for personal or educational purposes.