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].