Skip to content

Commit 9bda2a7

Browse files
authored
Merge pull request #8 from Josel099/Josel099-patch-8
Update README.md
2 parents 30ce42e + ea1365f commit 9bda2a7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Web Calculator
22

3-
This is a web calculator .
4-
Created using Html,Css,Javascript.
5-
It perform basic operations addition,
6-
link to the web_calculator : https://josel099.github.io/Web-Calculator-using-javascript/
3+
This is a simple web calculator created using JavaScript, HTML, and CSS.
74

5+
## Features
6+
7+
- Addition, subtraction, multiplication, and division operations
8+
- Clear button to reset the calculator
9+
- Responsive design
10+
11+
## Usage
12+
13+
To use the calculator, simply enter the first operand, select the operation, enter the second operand, and click on the equals button to see the result.
814

915

0 commit comments

Comments
 (0)