From 035a06b716140831e23c3b9e57645ae75ee86768 Mon Sep 17 00:00:00 2001 From: Dharshnilingam Date: Sat, 12 Oct 2024 23:23:27 +0530 Subject: [PATCH] README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5884e26a5..febbb8111 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# coding-project-template \ No newline at end of file +# coding-project-template +# coding-project-template + +# Simple Interest Calculator + +This project calculates the simple interest based on user input for the principal, rate of interest, and time period. + +## Installation + +1. Fork the repository and clone it. +2. Open index.html in a web browser. + +## Usage + +1. Enter the principal amount. +2. Enter the rate of interest. +3. Enter the time period. +4. Click on "Calculate" to view the result. + +## Author + +This project was forked by [Dharshnilingam].