Skip to content

Just a simple PDF Invoice Generator made with React, MUI & @react-pdf/renderer.

Notifications You must be signed in to change notification settings

dmncls/react-simple-invoice-generator

 
 

Repository files navigation

React Simple Invoice Generator

I don't know react or npm or yarn. There are lots of warnings and errors.

This is how I get it running:

  1. npm install --force
  2. yarn start
  3. Open browser at: http://localhost:3000

Known bugs

  • The paymentInfo fields are not passed through at start up from the initial invoice data
  • The items from the initial invoice data are not displayed (but I think they are present in the state)
  • There is no way to reset the page back to the initial invoice data

About

Just a simple PDF Invoice Generator made with React, MUI & @react-pdf/renderer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.7%
  • JavaScript 10.3%
  • Other 1.0%