Invoice Tool Code
Simple, open-source invoicing tool with PDF export and history storage
Brought to you by:
apodacaduron
Invoice Tool is a lightweight invoice generator that allows you to create, preview, and download invoices as PDFs. Designed for freelancers, small businesses, or anyone needing a straightforward solution for generating and managing invoices.
The app is live at invoicetool.netlify.app.
We are considering adding the following features in future releases:
- Enhanced Invoice Management: Options for archiving and organizing invoices.
- Additional Cloud Integrations: Support for other storage providers to give users more flexibility.
To run this project locally:
```bash
git clone https://github.com/apodacaduron/invoice-tool.git
cd invoice-tool
npm install
npm run dev