Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 696 Bytes

Calculator(mini projeect)

This is a simple calculator project that performs basic arithmetic operations like addition, subtraction, multiplication, and division. The calculator is built using HTML, CSS, and JavaScript.

How to Use

Clone the repository to your local machine. Open the index.html file in your browser. Enter the numbers you want to perform arithmetic operations on. Click on the appropriate operator button to perform the operation. The result will be displayed on the screen. Features Performs basic arithmetic operations like addition, subtraction, multiplication, and division. Displays the result of each operation on the screen. Clear button to clear all values entered.