https://github.com/mounishvatti/ios-calculator
A simple calculator app which resembles the default iOS Calculator App on your iPhone made using HTML, CSS & JavaScript
https://github.com/mounishvatti/ios-calculator
css html javascript
Last synced: 2 months ago
JSON representation
A simple calculator app which resembles the default iOS Calculator App on your iPhone made using HTML, CSS & JavaScript
- Host: GitHub
- URL: https://github.com/mounishvatti/ios-calculator
- Owner: mounishvatti
- Created: 2024-03-30T12:53:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:17:24.000Z (12 months ago)
- Last Synced: 2025-01-15T20:20:31.391Z (4 months ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://mounishvatti.github.io/iOS-Calculator/
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS Calculator
This is a simple iOS-style calculator built using HTML, CSS, and JavaScript.
### Features
- Mimics the design and functionality of the iOS calculator app.
- Supports basic arithmetic operations: addition, subtraction, multiplication, and division.
- Provides a clean and intuitive user interface.### Usage
1. Clone or download the repository to your local machine.
```bash
git clone https://github.com/mounishvatti/ioscalculator.git
```
3. Open the `index.html` file in a web browser.
4. Use the calculator buttons to perform calculations.### How It Works
- **HTML**: Provides the structure and layout of the calculator.
- **CSS**: Styles the calculator to resemble the iOS calculator interface.
- **JavaScript**: Handles the logic for performing calculations and updating the display.