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://krishnabardoliya.github.io/invoice-generator/
git clone https://github.com/krishnabardoliya/invoice-generator.git
npm install
npm start / npm run build