Skip to content

bill-ahmed/simple-invoice

Repository files navigation

Simple Invoice

A basic invoice creator, with a default template resembling classic Freshbooks :)

Simple Invoice screenshot

Live Demo

A fully-featured version is hosted here: https://ig.billahmed.com/

Feature list

  • View output in real time
  • Many customizable fields
  • Import CSV for bulk changes
  • Edit invoice entries directly (add, remove, re-order, etc.)
  • Export to PDF
  • Sync with cloud storage (OneDrive)
  • Customize currency
  • Assign tax and amount paid

Development

npm install
npm start

Compiles and minifies for production

npm run build