An open API service indexing awesome lists of open source software.

https://github.com/developerinsharah/codealpha_calculator_insharah

😊 This 🖩 🧮 Calculator is basically a internship s task of </> "Code Alpha" .😊 This project 🌐 is made with "HTML" , "CSS" , "Javascript" and "Bootstrap". 😊
https://github.com/developerinsharah/codealpha_calculator_insharah

css3 functionality html5 javascript

Last synced: 3 months ago
JSON representation

😊 This 🖩 🧮 Calculator is basically a internship s task of </> "Code Alpha" .😊 This project 🌐 is made with "HTML" , "CSS" , "Javascript" and "Bootstrap". 😊

Awesome Lists containing this project

README

        

Hy! 👋🏻 I am Insharah Developer 🙂


That is my CALCULATOR 🧮


That is a task of our internship with Code Alpha

# Simple Calculator

This is a simple calculator built using HTML, CSS, and JavaScript. It allows you to perform basic arithmetic operations, including addition, subtraction, multiplication, and division.

## Features

- Perform basic operations: `+`, `-`, `*`, `/`
- Clear the input (`AC` button)
- Delete the last character (`DEL` button)
- User-friendly interface

## Technologies Used

- **HTML** for the structure of the calculator
- **CSS** for styling the calculator and creating a responsive layout
- **JavaScript** for the functionality of the calculator (input handling, calculation, validation)

## How to Use

1. Clone or download the repository to your local machine.
2. Open the `index.html` file in your browser to view the calculator.
3. Click on the calculator buttons to perform calculations.
4. Press `AC` to clear the screen or `DEL` to remove the last character.
5. Press `=` to evaluate the expression.

## Example Usage

### Example 1:
- Input: `2 + 3`
- Output: `5`

### Example 2:
- Input: `3 * 4 - 2`
- Output: `10`