An Invoice creator project built with React. Add itemized items, configure quantity, prices, tax rates and discounts. Download Invoice as PDFs to your device. Uses jspdf-react to capture the data from the modal and covert it from canvas -> pdf.
https://invoice-generator-react.netlify.app/
git clone https://github.com/johnuberbacher/invoice-generator
npm install
npm start / npm run build
[x] Finish parsing data into Preview Modal
[x] Currency Picker
[x] Calculate Tax and Discounts
[ ] Store invoices in Firebase DB
John Uberbacher – johnuberbacher.com