Skip to content

Commit 09381b9

Browse files
Update README.md
1 parent fb99143 commit 09381b9

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
1-
# Simple-Calculator
2-
Simple Calculator using HTML, CSS, and JavaScript
1+
# 🧮 Simple Calculator
2+
3+
A basic calculator web application that performs simple arithmetic operations such as addition, subtraction, multiplication, and division.
4+
5+
🔗 **Live Demo:** (Add your deployed link here, e.g., GitHub Pages URL)
6+
7+
---
8+
9+
## 🚀 Features
10+
- Addition, subtraction, multiplication, division
11+
- Clear / Reset functionality
12+
- Simple and responsive UI
13+
- Works on all modern browsers
14+
15+
---
16+
17+
## 📸 Screenshot
18+
(Add a screenshot of your calculator UI here)
19+
20+
---
21+
22+
## 🛠️ Technologies Used
23+
- **HTML5**
24+
- **CSS3**
25+
- **JavaScript (ES6)**
26+
27+
---
28+
29+
## 🔧 Installation & Setup
30+
31+
To run locally:
32+
33+
```bash
34+
# Clone the repository
35+
git clone https://github.com/dpakdev02-dev/Simple-Calculator.git
36+
37+
# Navigate into the project folder
38+
cd Simple-Calculator
39+
40+
# Open index.html in a browser

0 commit comments

Comments
 (0)