Skip to content

Commit 3cd3312

Browse files
committed
add readme file
1 parent f4cfcc6 commit 3cd3312

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

VAT Calculator/readme.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# VAT Calculator
2+
3+
## About the Project
4+
Calculates the Value Added Tax (VAT) on products or services
5+
6+
## Use of the Project:
7+
8+
<p>This calculator has two input fields, one for amount and another one for vat rate and two output fields , one is for VAT amount and another one for VAT Inclusive amount.</p>
9+
10+
## Tech Stacks Used
11+
12+
13+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
14+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
15+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
16+
17+
18+
### Steps to Use:
19+
20+
---
21+
22+
- Download or clone the repository
23+
24+
```
25+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
26+
```
27+
28+
- Go to the directory
29+
- Run the index.html file
30+
- Start Calculating!
31+
32+
## Screenshot
33+
34+
<img src="./Screenshots/ss1.png" />
35+
36+
## Live Demo
37+
38+
<img src="./Screenshots/demo.gif" />

0 commit comments

Comments
 (0)