Skip to content

Commit 1215bff

Browse files
committed
Move feature picture to the top of README.md
1 parent c9f6b78 commit 1215bff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
![Screenshot of the Compound Interest Calculator's results bar graph.](https://i.imgur.com/xpYW4aY.png)
2+
13
# react-compound-interest-calculator
24
A compound interest calculator to assist in financial decision making. Created to demonstrate my ability to develop applications in ReactJS, Typescript, and Bootstrap CSS.
35

4-
![A preview of the bar graph from the application.](https://i.imgur.com/s1ChISV.png)
5-
66
- [Try it online](https://compoundinterest.lkdm.org)
77

88
## Features
@@ -11,6 +11,8 @@ A compound interest calculator to assist in financial decision making. Created t
1111
- **Updates results immediately**: Uses an asycronous `useEffect` hook to update the result and graph each time the user changes something.
1212
- **Responsive design**: Works and maintains high quality appearance on all browsers, devices, and screen sizes.
1313

14+
15+
1416
## Dependencies
1517

1618
- ReactJS 17.0.2

0 commit comments

Comments
 (0)