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". 😊
- Host: GitHub
- URL: https://github.com/developerinsharah/codealpha_calculator_insharah
- Owner: DeveloperInsharah
- Created: 2024-12-25T12:34:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T12:45:58.000Z (5 months ago)
- Last Synced: 2025-03-19T09:48:51.434Z (3 months ago)
- Topics: css3, functionality, html5, javascript
- Language: HTML
- Homepage: https://developerinsharah.github.io/CodeAlpha_Calculator_Insharah/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`