Skip to content

RazeCoder28/simple-interest-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Interest Calculator

Simple Interest is the term used to describe the rate at which money is borrowed or lent. The Simple Interest Calculator serves as a practical tool for computing interest on loans or savings without compounding. It allows you to determine the simple interest on the principal amount, offering flexibility in calculating daily, monthly, or yearly interest.

In this project, we will create a simple yet effective Simple Interest calculator using HTML, CSS, and JavaScript.

Preview

Simple Interest Calculator Preview

Features

  • Calculate simple interest based on principal, rate of interest, and time period.
  • Flexible calculations for daily, monthly, or yearly interest.
  • User-friendly interface for quick and easy calculations.

Live Link

Check out the live version of the Simple Interest Calculator here.

Author

Technologies Used

  • HTML: For structuring the web page.
  • CSS: For styling the web page.
  • JavaScript: For implementing the calculator logic.

How to Use

  1. Enter the principal amount.
  2. Enter the rate of interest.
  3. Enter the time period.
  4. Select the time unit (days, months, or years).
  5. Click on the "Calculate" button to see the simple interest.

How to Run Locally

  1. Clone the repository:

    git clone https://github.com/Prasannapandhare/simple-interest-calculator.git
  2. Navigate to the project directory:

    cd simple-interest-calculator
  3. Open the index.html file in your preferred web browser.



Releases

Packages

Contributors

Languages