Skip to content

Commit 82d1d37

Browse files
committedMay 3, 2024··
feat: readme update.
1 parent 37561c0 commit 82d1d37

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
 

‎README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
![Screenshot of the Compound Interest Calculator's results bar graph.](https://i.imgur.com/xpYW4aY.png)
22

33
# react-compound-interest-calculator
4+
45
A compound interest calculator to assist in financial decision making. Created to demonstrate my ability to develop applications in ReactJS, Typescript, and Bootstrap CSS.
56

6-
- [Try it online](https://compoundinterest.lkdm.org)
7+
- [Try it online](https://lukm.dev/compoundinterest-react/)
78

89
## Features
910

1011
- **Disallows illegal inputs**: Only allows numbers in fields. Each field can have a range (ie. years is from 0-30).
1112
- **Updates results immediately**: Uses an asycronous `useEffect` hook to update the result and graph each time the user changes something.
1213
- **Responsive design**: Works and maintains high quality appearance on all browsers, devices, and screen sizes.
1314

14-
15-
16-
## Dependencies
17-
18-
- ReactJS 17.0.2
19-
- Typescript 4.1.5
20-
- Bootstrap CSS 5.1.0
21-
- Recharts 2.1.2
22-
2315
## Inspired by
2416

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

0 commit comments

Comments
 (0)
Please sign in to comment.