Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahamudm90/loan-interest-calculator

A loan interest calculator.🔰
https://github.com/mahamudm90/loan-interest-calculator

css3 react-calculator reactjs

Last synced: about 6 hours ago
JSON representation

A loan interest calculator.🔰

Awesome Lists containing this project

README

        

# React Loan Interest Calculator

A loan interest calculator made with React.

![ScreenShot of Form](screenshots/a.png)

### [Live here](https://loan-calcultes.netlify.app/)

## Features

- A user interface that allows a user to enter a loan amount and a
loan duration in months which then displays the interest rate and the monthly payment.
- The user is able to enter the monetary amount and loan duration by using a slider.
- The calculated values is automatically updated as the slider is used - without requiring any
further interaction by the user.
- The loan amount should be between 500 and 5000 \$ and the loan duration between 6
and 24 months.
- The following API is used - `https://ftl-frontend-test.herokuapp.com/interest?amount=&numMonths=`

This returns a JSON object with information about the monthly payment and the interest
rates.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

_Node.JS and npm must be installed. Download and install them from [here](https://nodejs.org)._

### Installing

Follow these steps to run this project in your local computer.

```
$ https://github.com/geekysrm/react-loan-interest-calculator.git
$ cd react-loan-interest-calculator
$ npm install
```

Now, to run the project on port `3000`, run:

```
$ npm start
```

Go to `http://localhost:3000` to view the app.

## Built With

- [React.JS](https://reactjs.org/) -Frontend library used in the project.
- [Bootstrap](https://getbootstrap.com/) - Used for basic styling.

## Authors

- **Mahamud Hasan - [mahamudm90](https://github.com/MahamudM90/LOAN-INTEREST-CALCULATOR)

## License

This project is licensed under the MIT License.