A simple invoice generator.
- Responsive - use on desktop or mobile device.
- Dynamic item list - easily add or remove invoice line items.
- Download as pdf - download invoice as pdf for email attachments.
- PWA - can be installed on desktop and mobile devices.
Run a local server using any of the following:
- Python
python -m 'http.server'
- NPM
npm instal http-server http-server -p 8000
Navigate to http://localhost:8000 after running any of the commands above.
This application is built with the following technologies:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.