https://github.com/willie-conway/interest-rate-calculator
A simple 📱Interest Rate Calculator that helps users 👥 quickly calculate 📈 interest on 💰loans and make informed 💸financial decisions.
https://github.com/willie-conway/interest-rate-calculator
css finacial-tools github-pages html interest-calculator jasmine javascript webpack
Last synced: 3 months ago
JSON representation
A simple 📱Interest Rate Calculator that helps users 👥 quickly calculate 📈 interest on 💰loans and make informed 💸financial decisions.
- Host: GitHub
- URL: https://github.com/willie-conway/interest-rate-calculator
- Owner: Willie-Conway
- License: apache-2.0
- Created: 2025-03-10T14:11:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:11:35.000Z (3 months ago)
- Last Synced: 2025-03-10T15:38:47.393Z (3 months ago)
- Topics: css, finacial-tools, github-pages, html, interest-calculator, jasmine, javascript, webpack
- Language: JavaScript
- Homepage: https://willie-conway.github.io/Interest-Rate-Calculator/
- Size: 948 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interest Rate Calculator 💰📊
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.
## Features 🚀
- **Simple Interest Calculation** 📉
- **Total Payable Amount Calculation** 💸
- Easy-to-use interface 🎨
- Responsive design for mobile and desktop 🌐
- Free to use and available online 🌟## Demo 🎥
You can check out the live demo of the Interest Rate Calculator by visiting [GitHub Pages](https://Willie-Conway.github.io/Interest-Rate-Calculator).
## How to Use 🧑💻
1. Enter the **Principal Amount** (Loan amount) 💵
2. Input the **Interest Rate** (%) 📈
3. Specify the **Time** in **Years** ⏳
4. Hit the **"Calculate"** button 🔢
5. View the calculated **Interest** and **Total Payable Amount** 🎯## Technologies Used 💻
- **HTML5** 🖥️
- **CSS3** 🎨
- **JavaScript** 🧑💻
- **Webpack** ⚙️
- **Jasmine** (for testing) 🔬## Installation 📥
To run the project locally on your machine, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/Willie-Conway/Interest-Rate-Calculator.git
```2. **Navigate to the project folder**:
```bash
cd Interest-Rate-Calculator
```3. **Install dependencies**:
```bash
npm install
```4. **Run the project locally**:
```bash
npm start
```This will start a local server, and you can view the calculator by going to `http://localhost:8080` in your browser.
## Testing 🧪
This project uses **Jasmine** for unit testing. You can run the tests with the following command:
```bash
npx jasmine
```## Deployment 🚀
The project is deployed on **GitHub Pages**. You can easily deploy the changes by running:
```bash
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.
## Screenshots 📸

## Contributing 🤝
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.
## License 📜
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Willie-Conway/Interest-Rate-Calculator/blob/main/LICENSE) file for details.
## Contact 📧
For any questions or feedback, feel free to reach out to me at:
**Email**: [[email protected]](mailto:[email protected])
**GitHub**: [@Willie-Conway](https://github.com/Willie-Conway)