https://github.com/raj-kashyap001/calculator
https://github.com/raj-kashyap001/calculator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raj-kashyap001/calculator
- Owner: Raj-Kashyap001
- Created: 2023-08-28T15:22:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T15:26:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T00:10:14.978Z (5 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Web App
A simple web-based calculator application built with HTML, CSS, and JavaScript. Perform basic arithmetic operations, chain operators, and calculate percentages effortlessly.
## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Features
- Basic HTML layout with screen and button sections.
- CSS styles for responsive design and visual appeal.
- JavaScript functions to handle number input, operators, and calculations.
- Support for chaining operators and handling decimals.
- "AC" (All Clear) and "%" functions implemented.## Getting Started
Follow these steps to set up the project locally:
1. Clone the repository:
```bash
git clone https://github.com/your-username/calculator-web-app.git