Calculator App

This is a simple calculator web application built using HTML, CSS, and JavaScript. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division .

image

Features:

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Percentage (%)
  • Square root (Sqrt)
  • Power operation (Pow)
  • Clear button (C)
  • Decimal point (.)

Live Preview:

You can try out the calculator app live here.

How to Use:

Simply input numbers and select the desired operation using the provided buttons. The result will be displayed in real-time as you perform calculations.

Feel free to explore the code and customize it according to your preferences or use it as a learning resource.