https://github.com/billalben/simple-calculator
A simple calculator
https://github.com/billalben/simple-calculator
html-css-javascript
Last synced: 3 months ago
JSON representation
A simple calculator
- Host: GitHub
- URL: https://github.com/billalben/simple-calculator
- Owner: billalben
- Created: 2024-02-02T15:22:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T17:33:15.000Z (over 1 year ago)
- Last Synced: 2025-01-07T18:44:00.838Z (5 months ago)
- Topics: html-css-javascript
- Language: CSS
- Homepage: https://billalben.github.io/simple-calculator/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator
## Summary
This is a simple calculator project built using HTML, CSS, and JavaScript. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.## Project Link
[Simple Calculator](https://billalben.github.io/simple-calculator/)## Screenshot
## Features
- Addition, subtraction, multiplication, and division operations.
- User-friendly interface.
- Responsive design for various screen sizes.
- Basic error handling for invalid inputs.