https://github.com/hashirmeraj/calculator
This project is an implementation of a modern calculator with a design inspired by the iPhone calculator app. It uses HTML, CSS, Bootstrap, and JavaScript to provide a clean and functional user interface with circular buttons and basic arithmetic operations.
https://github.com/hashirmeraj/calculator
bootstrap calculator css frontend html javascript webdevelopment website
Last synced: about 2 months ago
JSON representation
This project is an implementation of a modern calculator with a design inspired by the iPhone calculator app. It uses HTML, CSS, Bootstrap, and JavaScript to provide a clean and functional user interface with circular buttons and basic arithmetic operations.
- Host: GitHub
- URL: https://github.com/hashirmeraj/calculator
- Owner: hashirmeraj
- Created: 2024-08-24T09:59:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T04:16:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T10:25:16.155Z (over 1 year ago)
- Topics: bootstrap, calculator, css, frontend, html, javascript, webdevelopment, website
- Language: JavaScript
- Homepage: https://hashirmeraj.github.io/calculator/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
## Overview
This project is an implementation of a modern calculator with a design inspired by the iPhone calculator app. It uses HTML, CSS, Bootstrap, and JavaScript to provide a clean and functional user interface with circular buttons and basic arithmetic operations.
## Features
- **Basic Operations**: Supports addition, subtraction, multiplication, and division.
- **Circular Buttons**: Styled to resemble the iPhone calculator buttons.
- **Responsive Design**: Adapts to various screen sizes for a seamless experience.
- **Decimal Precision**: Displays results with up to three decimal places when applicable.
## Installation
1. **Clone the Repository**
Clone this repository to your local machine using Git:
```bash
git clone https://github.com/hashirmeraj/Calculator.git