Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.48 KB

File metadata and controls

43 lines (27 loc) · 1.48 KB

Invoice-System - React App

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

Installation

git clone https://github.com/johnuberbacher/invoice-generator

npm install

npm start / npm run build

To-Do

  • Finish parsing data into Preview Modal

  • Currency Picker

  • Calculate Tax and Discounts

  • Store invoices in Firebase DB

Meta

John Uberbacher – johnuberbacher.com