This project, the Simple Interest Calculator, is the final project completed as part of the IBM Full Stack Development Course on Coursera. It is a web-based calculator built using HTML, CSS, and JavaScript.
The Simple Interest Calculator is a user-friendly web application that allows users to calculate the simple interest on a loan or investment. It provides a straightforward interface for users to input the principal amount, interest rate, and time period to obtain the calculated interest.
This project serves as a demonstration of the skills and knowledge acquired during the IBM Full Stack Development Course on Coursera.
- Input fields for principal amount, interest rate, and time period.
- Dynamic calculation of simple interest based on user input.
- Clear and intuitive user interface.
- Responsive design for optimal viewing on various devices.
To get started with the Simple Interest Calculator, follow these steps:
-
Clone or download this repository to your local machine.
-
Open the project directory and navigate to the
index.html
file. -
Open
index.html
in a web browser.
That's it! You are now ready to use the Simple Interest Calculator.
-
Enter the principal amount in the provided input field.
-
Enter the interest rate as a percentage in the provided input field.
-
Enter the time period (in years) in the provided input field.
-
Click the "compute interest" button to obtain the calculated simple interest.
-
The calculated simple interest will be displayed below the input fields.
-
To perform another calculation, update the input fields and click the "compute interest" button again.
Contributions to this project are not accepted as it is a completed course project. However, feedback and suggestions are welcome. If you encounter any issues or have ideas for improvement, please feel free to reach out.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as needed. You can access the website below:
https://abiodun001-world.github.io/Simple-Interest-Calculator/