Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 740 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 740 Bytes

Calculator App

A simple web-based calculator app built using HTML, CSS, and JavaScript. The calculator allows basic arithmetic operations such as addition, subtraction, multiplication, and division.

Table of Contents

Features

  • Supports basic arithmetic operations:
    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Division (/)
    • Percentage (%)
  • Includes C button to clear the display.
  • Includes DEL button to delete the last entered character.
  • Responsive button layout with hover effects.
  • Simple, clean, and intuitive user interface.