Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.19 KB

Invoice Generator - React App

React

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.

Screenshots

To-Do

  • Finish parsing data into Preview Modal

  • Currency Picker

  • Calculate Tax and Discounts

  • Store invoices in Firebase DB