Skip to content

Commit ff4396e

Browse files
authored
Merge pull request #77 from Atif0604/main
Add README.md file to CALCULATOR
2 parents 8eac2eb + 2c3cdab commit ff4396e

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CALCULATOR/Calc.png

13.1 KB
Loading

CALCULATOR/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
<h1>Calculator App</h1>
3+
4+
<p>Simple Calculator App written in HTML, CSS, and JavaScript .</p>
5+
6+
### Use of the Project:
7+
8+
<p>Calculator makes calculations easier and faster. Calculators are used to everyone in daily life. A simple calculator can add, subtract, multiply and divide, two operands entered by the user.</p>
9+
10+
<h3>Used Technologies</h3>
11+
<ul>
12+
<li>HTML5</li>
13+
<li>CSS3</li>
14+
<li>JavaScript</li>
15+
</ul>
16+
17+
#### Steps to Use:
18+
19+
---
20+
21+
- Download or clone the repository
22+
23+
```
24+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
25+
```
26+
27+
- Go to the directory
28+
- Run the index.html file
29+
- Start Calculating!!
30+
31+
<h3> ScreenShots </h3>
32+
<img width="233" alt="Calc" src="https://user-images.githubusercontent.com/64218887/124379862-1d255f80-dcd7-11eb-9d61-585d873d92a0.png">
33+
<br>
34+
35+

0 commit comments

Comments
 (0)