Skip to content

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.

Notifications You must be signed in to change notification settings

aditiverma-21/Calculator-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published