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

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.

Awesome Lists containing this project

README

          

![Screenshot of the Compound Interest Calculator's results bar graph.](https://i.imgur.com/xpYW4aY.png)

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