Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.🔰
- Host: GitHub
- URL: https://github.com/mahamudm90/loan-interest-calculator
- Owner: MahamudM90
- Created: 2022-01-31T17:17:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T13:27:47.000Z (almost 3 years ago)
- Last Synced: 2023-12-29T10:27:57.635Z (11 months ago)
- Topics: css3, react-calculator, reactjs
- Language: JavaScript
- Homepage: https://loan-calcultes.netlify.app/
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.