-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,17 @@ | ||
![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://compoundinterest.lkdm.org) | ||
- [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. | ||
|
||
|
||
|
||
## Dependencies | ||
|
||
- ReactJS 17.0.2 | ||
- Typescript 4.1.5 | ||
- Bootstrap CSS 5.1.0 | ||
- Recharts 2.1.2 | ||
|
||
## 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. |