You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
+

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

5
-
6
6
-[Try it online](https://compoundinterest.lkdm.org)
7
7
8
8
## Features
@@ -11,6 +11,8 @@ A compound interest calculator to assist in financial decision making. Created t
11
11
-**Updates results immediately**: Uses an asycronous `useEffect` hook to update the result and graph each time the user changes something.
12
12
-**Responsive design**: Works and maintains high quality appearance on all browsers, devices, and screen sizes.
0 commit comments