Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esraamhmd/calculator-app
simple yet functional calculator built with HTML, CSS, and JavaScript
https://github.com/esraamhmd/calculator-app
css html5 js
Last synced: 11 days ago
JSON representation
simple yet functional calculator built with HTML, CSS, and JavaScript
- Host: GitHub
- URL: https://github.com/esraamhmd/calculator-app
- Owner: esraamhmd
- Created: 2024-06-20T17:16:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T17:22:17.000Z (8 months ago)
- Last Synced: 2024-11-30T08:12:07.744Z (2 months ago)
- Topics: css, html5, js
- Language: CSS
- Homepage:
- 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
## Welcome to Calculator-App
Calculator-App is a simple yet functional calculator built with HTML, CSS, and JavaScript. This project provides a responsive and visually appealing interface for performing basic arithmetic calculations, including addition, subtraction, multiplication, division, square roots, and exponentiation.
## Demo
https://github.com/esraamhmd/Calculator-App/assets/145714762/351f2b32-3b55-4f89-91af-a41dc5f8e74f## Features
- **Basic Arithmetic Operations:** Addition (+), Subtraction (-), Multiplication (*), Division (/).
- **Scientific Functions:** Square Root (√) and Exponentiation (^).
- **Responsive Design:** Optimized for various screen sizes and devices.
- **Error Handling:** Displays "error" for invalid expressions or operations.## Technologies Used
- **HTML5:** Structure and layout of the calculator.
- **CSS3:** Styling and visual design, including animations.
- **JavaScript:** Functionality for handling user input, calculations, and display.