From d92ff17f0279ecf315809c4617ed96a1b11d9e51 Mon Sep 17 00:00:00 2001 From: Josh S Date: Tue, 22 Aug 2023 20:56:38 -0400 Subject: [PATCH] Yes --- README.md | 5 +++ index.html | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..4914531 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Simple bill breakdown (Will remake in either react.js or solid.js when I get the time) + +# How to setup + +Replace `KEY` with your API key from https://wise.com `const API_KEY = 'KEY';` \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..d925e20 --- /dev/null +++ b/index.html @@ -0,0 +1,122 @@ + + + + Subscriptions + + + +
+

Bill Breakdown

+ + + + + + + +
SubscriptionIntervalAmount (USD)
+
+
+

Total Monthly: USD

+

Total Annually: USD

+
+ + + +