Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.05 KB

Calculator-Website

This project is a basic functional calculator built using HTML, CSS, and JavaScript. The calculator performs arithmetic operations like addition, subtraction, multiplication, and division. It uses a CSS grid layout for button alignment.

Features

  • Basic arithmetic operations: Addition (+), Subtraction (-), Multiplication (×), and Division (÷).
  • A clear (C) button to reset all inputs.
  • A clear entry (CE) button to reset only the current number without affecting previous inputs.
  • A delete (DEL) button to remove the last entered digit.
  • A fully responsive design using CSS grid layout.
  • Real-time display updates as users input numbers and select operations.

Technologies Used

  • HTML: Markup language for structuring the calculator interface.
  • CSS: Used to style the calculator and make it responsive.
  • JavaScript: Adds interactive features to handle user inputs, perform calculations, and update the display.

How to Use

  1. Clone the repository to your local machine. git clone (link)