An open API service indexing awesome lists of open source software.

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

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