We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badce31 commit 035a06bCopy full SHA for 035a06b
README.md
@@ -1 +1,22 @@
1
-# coding-project-template
+# coding-project-template
2
3
+
4
+# Simple Interest Calculator
5
6
+This project calculates the simple interest based on user input for the principal, rate of interest, and time period.
7
8
+## Installation
9
10
+1. Fork the repository and clone it.
11
+2. Open index.html in a web browser.
12
13
+## Usage
14
15
+1. Enter the principal amount.
16
+2. Enter the rate of interest.
17
+3. Enter the time period.
18
+4. Click on "Calculate" to view the result.
19
20
+## Author
21
22
+This project was forked by [Dharshnilingam].
0 commit comments