Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiverma-21 authored Sep 22, 2024
1 parent 2bd310c commit d6d3620
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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.
Expand All @@ -12,14 +11,11 @@ This project is a basic functional calculator built using HTML, CSS, and JavaScr
- 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.
```bash
git clone https://github.com/aditiverma-21/CODSOFT.git
git clone (link)

0 comments on commit d6d3620

Please sign in to comment.