https://github.com/gourabofficial/project-calculator
Made Calculator using HTML, CSS, JAVASCRIPT
https://github.com/gourabofficial/project-calculator
calculator css html javascript javascript-calculator
Last synced: 4 months ago
JSON representation
Made Calculator using HTML, CSS, JAVASCRIPT
- Host: GitHub
- URL: https://github.com/gourabofficial/project-calculator
- Owner: gourabofficial
- Created: 2024-08-10T15:11:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T08:40:02.000Z (10 months ago)
- Last Synced: 2025-01-12T16:11:17.335Z (5 months ago)
- Topics: calculator, css, html, javascript, javascript-calculator
- Language: HTML
- Homepage: https://gourabofficial.github.io/Project-Calculator/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Calculator
A simple, functional calculator built using HTML, CSS, and JavaScript.
## Project Overview
This project is a basic calculator that allows users to perform arithmetic operations such as addition, subtraction, multiplication, and division. The calculator has a clean interface and is easy to use.
## Features
- **Addition** (`+`)
- **Subtraction** (`-`)
- **Multiplication** (`*`)
- **Division** (`/`)
- **Clear Display** (`C`)
- **Decimal Points** (`.`)## Technologies Used
- **HTML**: Structure of the calculator.
- **CSS**: Basic styling for the calculator layout.
- **JavaScript**: Core logic to handle the calculator operations.## How to Run the Project
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/calculator.git
```
2. **Navigate to the project directory**:
```bash
cd calculator
```
3. **Open the `index.html` file in your web browser**:
- You can simply double-click the `index.html` file, or
- Use a local server (e.g., using VS Code's Live Server extension) for better results.## File Structure