commit d92ff17f0279ecf315809c4617ed96a1b11d9e51 Author: Josh S Date: Tue Aug 22 20:56:38 2023 -0400 Yes 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

+
+ + + +