An open API service indexing awesome lists of open source software.

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.

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 📸

![Interest Rate Calculator Screenshot](https://github.com/Willie-Conway/Interest-Rate-Calculator/blob/59a3b530a5d7f6642a3e7ca518a1963c00639ae5/Screenshots/Interest%20Rate%20Calculator.png)

## 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)