https://github.com/muhammedshibilm/calculator
This web calculator is a simple yet powerful tool built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division with ease
https://github.com/muhammedshibilm/calculator
calculator-javascript css html javascript
Last synced: 24 days ago
JSON representation
This web calculator is a simple yet powerful tool built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division with ease
- Host: GitHub
- URL: https://github.com/muhammedshibilm/calculator
- Owner: muhammedshibilm
- Created: 2023-04-29T08:25:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T15:56:42.000Z (over 2 years ago)
- Last Synced: 2023-12-27T16:44:12.169Z (over 2 years ago)
- Topics: calculator-javascript, css, html, javascript
- Language: HTML
- Homepage: https://muhammedshibilm.github.io/calculator/
- Size: 2.37 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A simple calculator web application built using HTML, CSS, and JavaScript. This calculator allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Features
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Clear button to reset the calculator
- Responsive design for various screen sizes
## Demo
Check out the live demo of the calculator [here](https://muhammedshibilm.github.io/calculator/).

## Getting Started
To get a copy of this calculator and run it locally, follow these steps:
1. Clone the repository to your local machine using Git:
```bash
git clone https://github.com/muhammedshibilm/calculator.git