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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot of the Compound Interest Calculator's results bar graph.

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.

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 built for the Money Smart website.

About

A compound interest calculator to assist in financial decision making. Created to demonstrate my ability to develop applications in ReactJS, Typescript, and Bootstrap.css.

License:GNU General Public License v3.0


Languages

Language:TypeScript 89.0%Language:HTML 7.0%Language:CSS 4.0%