https://github.com/lkdm/compoundinterest-react
A compound interest calculator to assist in financial decision making. Created to demonstrate my ability to develop applications in ReactJS, Typescript, and Bootstrap.css.
https://github.com/lkdm/compoundinterest-react
compound-interest javascript personal-finance react reactjs typescript
Last synced: 6 months ago
JSON representation
A compound interest calculator to assist in financial decision making. Created to demonstrate my ability to develop applications in ReactJS, Typescript, and Bootstrap.css.
- Host: GitHub
- URL: https://github.com/lkdm/compoundinterest-react
- Owner: lkdm
- License: gpl-3.0
- Created: 2021-08-28T22:07:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T00:11:37.000Z (over 1 year ago)
- Last Synced: 2024-05-03T07:28:27.574Z (over 1 year ago)
- Topics: compound-interest, javascript, personal-finance, react, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# react-compound-interest-calculator
A compound interest calculator to assist in financial decision making. Created to demonstrate my ability to develop applications in ReactJS, Typescript, and Bootstrap CSS.
- [Try it online](https://lukm.dev/compoundinterest-react/)
## Features
- **Disallows illegal inputs**: Only allows numbers in fields. Each field can have a range (ie. years is from 0-30).
- **Updates results immediately**: Uses an asycronous `useEffect` hook to update the result and graph each time the user changes something.
- **Responsive design**: Works and maintains high quality appearance on all browsers, devices, and screen sizes.## Inspired by
This calculator is inpsired by the Australian Government's [Compound Interest Calculator](https://moneysmart.gov.au/budgeting/compound-interest-calculator) built for the Money Smart website.