A simple web-based application that calculates Simple Interest using the principal amount, annual interest rate, and time period. This project is built using HTML, CSS, and JavaScript and provides an easy-to-use interface for performing financial calculations.
The Simple Interest Calculator helps users quickly determine the interest earned on a principal amount over a specified period. It is designed as a beginner-friendly project to demonstrate the use of web technologies and basic JavaScript calculations.
- Calculate Simple Interest instantly
- Clean and user-friendly interface
- Responsive design
- Numeric input fields for accurate data entry
- Lightweight and easy to use
- No external libraries required
The calculator uses the standard Simple Interest formula:
Simple Interest = (Principal × Rate × Time) / 100
Where:
- Principal = Initial amount invested or borrowed
- Rate = Annual interest rate (percentage)
- Time = Duration in years
- HTML5
- CSS3
- JavaScript
simple-interest-calculator/
│
├── index.html
├── README.md
├── LICENSE
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
└── simple-interest.sh
- A modern web browser (Chrome, Firefox, Edge, Safari)
- Clone the repository:
git clone https://github.com/mohammedemtheyas/simple-interest-calculator.git- Navigate to the project directory:
cd simple-interest-calculator- Open
index.htmlin your browser.
- Enter the Principal Amount.
- Enter the Rate of Interest.
- Enter the Time Period in Years.
- Click the Calculate button.
- View the calculated Simple Interest.
Input
- Principal Amount: 10000
- Rate of Interest: 5
- Time: 2 Years
Output
Simple Interest = 1000
- Total Amount Calculator (Principal + Interest)
- Compound Interest Calculator
- Enhanced input validation
- Improved mobile responsiveness
- Better user interface design
Contributions are welcome. Please read the CONTRIBUTING.md file for guidelines on submitting bug reports, enhancements, documentation improvements, and code contributions.
This project follows the guidelines outlined in CODE_OF_CONDUCT.md to ensure a welcoming and inclusive community.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Mohammed Emtheyas
Created as part of a web development and GitHub learning project.