Skip to content

mobius3/mr-belly

Repository files navigation

Mr. Belly

Mr. Belly provides a simple and useful invoice form that, after filled, can be used to generate a PDF file. Access it here.

Features:

  • Supports multiple currencies
  • Supports multiple number formats
  • Has a pretty (to my eyes ;) PDF output
  • Doesn't collect your data
    • In fact your data is stored locally in your browser
  • Allows you to export and save your data externally
  • Also allows you to restore invoices from exported data
  • Works wonderfully in your phone (seriously, try it!)

Technical facts

Mr. Belly was created using React. To run it locally, you'll need:

  • Node 16.19.0
  • YARN

Install dependencies running

yarn

And run the project using

yarn dev

Navigate to http://localhost:5173/mr-belly/ afterwards.

Releases

No releases published

Packages

No packages published