Skip to content

Commit

Permalink
Merge pull request #22 from lkdm/main
Browse files Browse the repository at this point in the history
Update SEO and README
  • Loading branch information
lkdm authored Aug 31, 2021
2 parents 4d8ea72 + dc0cadd commit c842b71
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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 Redux.

- [Try it online](https://compoundinterest.lkdm.org)

## Inspired by

- The Australian Government's [Compound Interest Calculator](https://moneysmart.gov.au/budgeting/compound-interest-calculator)
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="A compound interest calculator made with ReactJS, Typescript, and Bootstrap.css!"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React Redux App</title>
<title>Compound interest calculator</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Compound Interest Calculator",
"name": "Compound Interest Calculator - @LKDM",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit c842b71

Please sign in to comment.