diff --git a/README.md b/README.md index d35d89d..a0e29c0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/public/favicon.ico b/public/favicon.ico index 354202a..a9c62ac 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 1dbdca6..72129e1 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - React Redux App + Compound interest calculator diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index 3362410..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index b351622..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..5e140db 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",