Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishika105/calculator

This is a simple calculator website using HTML, CSS and JAVASCRIPT.
https://github.com/rishika105/calculator

css html javascript

Last synced: 6 days ago
JSON representation

This is a simple calculator website using HTML, CSS and JAVASCRIPT.

Awesome Lists containing this project

README

        

# Simple Calculator

## Description
This is a web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, division, and exponentiation.

## Features
- **Arithmetic Operations**: Supports `+`, `-`, `*`, `/`, and `^` operations.
- **Clear Input**: `AC` button clears the entire input.
- **Delete Last Entry**: `DE` button removes the last character.
- **Evaluate**: `=` button calculates the result.

## Screenshot
![image](https://github.com/user-attachments/assets/32172659-8c6f-4a39-8bf7-c7e5de2e124d)

## Usage
1. Enter numbers using the numeric buttons.
2. Select an operation.
3. Press `=` to calculate the result.
4. Use `AC` to clear or `DE` to delete the last input.

## How to Run
Check out the deployed calculator: [https://deploypreview-calculator-rishika-2005.netlify.app/](https://deploypreview-calculator-rishika-2005.netlify.app/).
If you want to run the code locally, just open `index.html`.