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

https://github.com/suhakilic/calculator-app

The Calculator App is a web-based tool for performing basic arithmetic calculations.
https://github.com/suhakilic/calculator-app

calculator-app css html javascript

Last synced: 6 months ago
JSON representation

The Calculator App is a web-based tool for performing basic arithmetic calculations.

Awesome Lists containing this project

README

          

# Calculator App

## Overview
The Calculator App is a simple web application built using HTML, CSS, and JavaScript. It provides a straightforward interface for performing basic arithmetic calculations.

## Installation
To run the Calculator App locally, follow these steps:
1. Clone this repository to your local machine.
2. Open the index.html file in your preferred web browser.

## Usage
- Open the app: Use the provided link below or run it locally.
- Enter numbers: Use the number buttons to input digits.
- Perform calculations: Use the operator buttons (+, -, *, /) to perform arithmetic operations.
- Display result: Click the = button to see the calculated result.
- Delete: Use the Del button to remove the last entered digit.
- Clear: Use the Clear button to reset the calculator.
## Technology Stack
- HTML: Structure and content of the calculator app.
- CSS: Styling for layout and visual appeal.
- JavaScript: Logic for arithmetic operations and user interaction.

## Live Demo
Test the app live here.

## Screenshots
![Ekran görüntüsü 2024-07-09 134648](https://github.com/suhakilic/calculator-app/assets/136511554/6e99e995-bc28-4f3f-844c-7a8874b327c4)