Skip to content

This project is a simple calculator application developed using HTML, CSS, and JavaScript. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Notifications You must be signed in to change notification settings

CeciliaRava1/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This is a simple calculator application developed using HTML, CSS, and JavaScript. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  • Basic Operations: Supports addition, subtraction, multiplication, and division.
  • Clear Display: Clear the entire input using the "AC" button.
  • Delete Function: Remove the last entered digit using the "DEL" button.
  • Responsive Design: Works well on different screen sizes.

How to Use

  1. Enter Numbers: Click the number buttons to enter digits.
  2. Select Operation: Click the operation buttons (+, -, *, /) to choose the arithmetic operation.
  3. Compute Result: Click the "=" button to compute the result.
  4. Clear Display: Click the "AC" button to clear all inputs.
  5. Delete Digit: Click the "DEL" button to delete the last entered digit.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Demo

You can view a live demo of the project here.

Screenshot

Calculator Screenshot

Setup

  1. Clone the repository:
    git clone https://github.com/CeciliaRava1/calculator.git
  2. Open index.html in your browser to use the calculator.

Author

About

This project is a simple calculator application developed using HTML, CSS, and JavaScript. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published