Skip to content

Integrate React-based invoice creation and management features into your existing project. This includes itemized invoicing, quantity and price configuration, tax rates, discounts, and PDF downloads using jspdf-react. Additionally, provide options for viewing, editing, and deleting invoices. User can import existing data while creating new invoice.

Notifications You must be signed in to change notification settings

itsmanvendra/invoice-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Live Demo

https://invoice-generator-react.netlify.app/

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

About

Integrate React-based invoice creation and management features into your existing project. This includes itemized invoicing, quantity and price configuration, tax rates, discounts, and PDF downloads using jspdf-react. Additionally, provide options for viewing, editing, and deleting invoices. User can import existing data while creating new invoice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 3.2%
  • HTML 2.3%