File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Loan Calculator using JS
2
+
3
+ ## About the Project
4
+ <p >User enters three values - Loan Amount, interest and number of months. After that, EMI and total payment will be displayed on the screen </p >
5
+
6
+ ## Use of the Project:
7
+
8
+ <p >To Calculates the Loan EMI (Equated Monthly Installment)</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
+ ## 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
+ ## Screenshots
32
+
33
+ Initially, the calculator have some default values:
34
+
35
+ <img src =" ./Screenshots/ss1.png " />
36
+
37
+ After entering the values, UI looks like:
38
+
39
+ <img src =" ./Screenshots/ss2.png " />
40
+
41
+ ## Live Demo
42
+
43
+ <img src =" ./Screenshots/demo.gif " />
You can’t perform that action at this time.
0 commit comments