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.
- 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.
- 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.
- Clone the repository to your local machine. git clone (link)