Skip to content

ManishBisht777/quick-invoice

Repository files navigation

Quick Invoice

An open-source application to generate invoices.

Warning This app is a work in progress. I'm building this in public. See the roadmap below.

Landing page

image

Editor

image

Roadmap

  • Download invoice as pdf
  • Add Custom tailwind variables to puppeteer pdf
  • Enhance UI/UX
  • Add more templates
  • Auth using next-auth
  • Save invoices online
  • dashboard
  • Save client details for the future to save in one click
  • Autofill details
  • Autofill ui/ux
  • Edit invoice b/w due,sent,paid
  • New mobile navigation [ tbd ]
  • bug fixes
  • Signature upload

If you have some suggestions, feel free to create an issue.

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Start the development server:
pnpm dev