/iOS-Calculator

A simple calculator app which resembles the default iOS Calculator App on your iPhone made using HTML, CSS & JavaScript

Primary LanguageHTML

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.
git clone https://github.com/mounishvatti/ioscalculator.git
  1. Open the index.html file in a web browser.
  2. 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.