Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 431 Bytes

Simple Calculator

A basic calculator implemented in JavaScript. Calculator Screenshot

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

Use the buttons to perform calculations:

  • Click on the numerical buttons to enter numbers.
  • Use the operation buttons (+, -, *, /) to perform calculations.
  • Press the "C" button to clear the input.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript