Is an Invoice and Receipt creator for freelancing web developers.
It uses Svelte with TypeScript. Along with bun, for that $ syntax that this software is using.
bun ibun run createIt will ask you what to do.
It requires you to have a secure accessible subscription/payment url (https).
A secure url to view the payment receipt is optional, since you can just send the original payment receipt with your receipt.
In case you don't set a secure url for payment receipt, it will say:
Proof of Payment was sent along with this document.
For storage, it is advised to keep this in a private repo. Since your data is written in json format.
Checkout src/lib/components.
The layout is provided in main.svelte. The rest is as the names suggest.
Colors are available in src/lib/styles/main.css.
Start you dev server:
bun run devand start doing changes.
Cheers, juji.
