An Invoice Generator project built with React and TailwindCSS. Add items, quantity, prices, tax rates and discounts. Download Generated Invoices as PDFs to your device and print out. Use html-to-image to capture the data from modal and convert it from canvas to pdf with jsPDF.
https://react-invoice-generator.web.app/
- React
- Tailwind CSS
- Headless UI
- Html-to-image
- jsPDF
git clone https://github.com/hourmeng12/invoice-generator
npm install
npm start / npm run build
Hourmeng Khy