Skip to content

Commit

Permalink
feat: readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdm committed May 3, 2024
1 parent 37561c0 commit 82d1d37
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
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.

0 comments on commit 82d1d37

Please sign in to comment.