Skip to content

Verdone/invoice-generator

Repository files navigation

Invoice Generator

Overview

The Invoice Generator is a Svelte-based web application that allows users to create and download invoices as PDF documents without any sort of watermark or advertisement that appears on the final document generated. Specifically, it's made to generate Québec invoices that include items charged with the goods and services tax (GST) and/or the Québec sales tax (QST). For a more internationalized invoice generator, I recommend this one: https://invoicegenerator.io/.

Features

  • Generate professional invoices in PDF format
  • Add, edit, and remove invoice items
  • Upload your company logo
  • Validate required fields before generating the invoice
  • Include optional notes and terms & conditions

Technologies Used

  • Svelte
  • TailwindCSS
  • PDFMake
  • shadcn-svelte
  • Icons8
  • and Vercel for deployment