Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 34 additions & 5 deletions Calculator/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@
#Create Simple Calculator using HTML, CSS and JavaScript
# 🧮 Simple Calculator

**Functionality**
1. Buttons to type number
2. Buttons to add, subtract, multiply and divide
3. Button to clear everything
A simple **Calculator Web Application** built using **HTML, CSS, and JavaScript**.
This project performs basic arithmetic operations with a clean and user-friendly interface.

---

## ✨ Features

- 🔢 Buttons to input numbers
- ➕ Addition
- ➖ Subtraction
- ✖ Multiplication
- ➗ Division
- 🧹 Clear button to reset the calculator
- 📱 Simple and responsive design

---

## 🛠️ Technologies Used

- **HTML** – Structure of the calculator (`cal.html`)
- **CSS** – Styling and layout (`cal.css`)
- **JavaScript** – Calculator logic and functionality (`cal.js`)

---

## 📂 Project Structure

📁 calculator
├── cal.html # Main HTML file
├── cal.css # Styling file
├── cal.js # JavaScript logic
└── c10.jpeg # Calculator preview image