Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 857 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 857 Bytes

Basic Calculator

This is a simple calculator web application built using HTML, CSS, and JavaScript. The calculator performs basic arithmetic operations like addition, subtraction, multiplication, and division based on user input.

Features

  • Perform addition, subtraction, multiplication, and division.
  • User-friendly interface.
  • Real-time calculations as users input numbers and operators.

Technologies Used

  • HTML: For creating the structure of the calculator.
  • CSS: For styling the calculator layout and buttons.
  • JavaScript: For performing the arithmetic operations and handling user input.

How to Use

  1. Enter the numbers using the provided buttons.
  2. Choose the arithmetic operation (e.g., +, -, *, /).
  3. Click on the = button to get the result.
  4. To clear the input, click on the C button.