A simple and user-friendly Interest Rate Calculator that allows you to quickly calculate interest on loans and make informed financial decisions. With this tool, you can easily determine the simple interest and total amount payable based on your loan's principal amount, interest rate, and time duration.
- Simple Interest Calculation 📉
- Total Payable Amount Calculation 💸
- Easy-to-use interface 🎨
- Responsive design for mobile and desktop 🌐
- Free to use and available online 🌟
You can check out the live demo of the Interest Rate Calculator by visiting GitHub Pages.
- Enter the Principal Amount (Loan amount) 💵
- Input the Interest Rate (%) 📈
- Specify the Time in Years ⏳
- Hit the "Calculate" button 🔢
- View the calculated Interest and Total Payable Amount 🎯
- HTML5 🖥️
- CSS3 🎨
- JavaScript 🧑💻
- Webpack ⚙️
- Jasmine (for testing) 🔬
To run the project locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/Willie-Conway/Interest-Rate-Calculator.git
-
Navigate to the project folder:
cd Interest-Rate-Calculator
-
Install dependencies:
npm install
-
Run the project locally:
npm start
This will start a local server, and you can view the calculator by going to
http://localhost:8080
in your browser.
This project uses Jasmine for unit testing. You can run the tests with the following command:
npx jasmine
The project is deployed on GitHub Pages. You can easily deploy the changes by running:
npm run deploy
This will push the contents of the dist/
folder to the gh-pages
branch, which is used to serve the site on GitHub Pages.
We welcome contributions! If you'd like to improve or add features to this project, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, feel free to reach out to me at:
Email: hire.willie.conway@gmail.com
GitHub: @Willie-Conway