Skip to content

ranasun/invoice-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice-Generator

A simple invoice generator.

Screenshot

Live Demo

Features

  • 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.

Usage

Run a local server using any of the following:

  1. Python
      python -m 'http.server'
  2. NPM
    npm instal http-server
    http-server -p 8000

Navigate to http://localhost:8000 after running any of the commands above.

Technology Stack

This application is built with the following technologies:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT