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.
- Host: GitHub
- URL: https://github.com/suhakilic/calculator-app
- Owner: suhakilic
- Created: 2024-07-09T09:42:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T10:49:54.000Z (about 1 year ago)
- Last Synced: 2025-02-15T10:45:48.738Z (8 months ago)
- Topics: calculator-app, css, html, javascript
- Language: JavaScript
- Homepage: https://suhacankiliccalculatorapp.netlify.app/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
