ByEBA / biro

invoice generator app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

biro

PDF invoice generator app based on Svelte.

Features

  • export to pdf
  • setup company template with signature upload
  • state is always saved in browser indexed DB
  • GDPR compliant: no data is sent anywhere
  • currency conversion for international invoice (data from https://freecurrencyapi.net/)

Install and develop

cp .env.example .env and update it with your apikey from https://freecurrencyapi.net/ (without apikey you are allowed to do 10 requests)

npm install to install

npm run dev to run in development

About

invoice generator app


Languages

Language:Svelte 51.0%Language:JavaScript 42.9%Language:CSS 4.4%Language:HTML 1.2%Language:Dockerfile 0.4%Language:Shell 0.1%