Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahamudm90/invoice-generator
An Invoice creator project built with React. Add itemized items, configure quantity, prices, tax rates and discountsðŸ’
https://github.com/mahamudm90/invoice-generator
currency-converter firebase headless-ui preview reactjs
Last synced: about 2 hours ago
JSON representation
An Invoice creator project built with React. Add itemized items, configure quantity, prices, tax rates and discountsðŸ’
- Host: GitHub
- URL: https://github.com/mahamudm90/invoice-generator
- Owner: MahamudM90
- Created: 2022-01-15T09:34:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T17:05:54.000Z (almost 2 years ago)
- Last Synced: 2023-12-29T10:27:54.965Z (11 months ago)
- Topics: currency-converter, firebase, headless-ui, preview, reactjs
- Language: JavaScript
- Homepage: https://invoice-generator-react.netlify.app/
- Size: 501 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoice Of Generator🧾
An Invoice Creator project that is Built By React JS. Add Itemized Items, Configure Quantity, Prices, Tax Rates And Discounts & Download Invoice As PDFS To Your Device . Uses [Jspdf-react](https://www.npmjs.com/package/jspdf-react) To Capture The Data From the Modal & Convert It From Canvas -> PDFS.
##### HOME PAGE
![ScreenShot Of Form](screenshots/a.png)
##### USER PROFILE
![ScreenShot of Form](screenshots/b.png)
##### REVIEW INVOICE
![ScreenShot of Form](screenshots/c.png)
##### DOWNLOAD COPY
![ScreenShot of Form](screenshots/d.png)
### Tool'S
- React Js
- Bootstrap
- Headless UI
- Html-to-Image
- JS PDFS### INSTALLATioN
```
git Clone https://github.com/MahamudM90/INVOICE-GENERATORnpm Install
npm start / npm run build
```### To - Do
- [x] Finish Parsing Data Into Preview of Modal .- [x] Currency Picker.
- [x] Calculate Tax & Discount.
- [x] Store Invoices In Firebase DB .
### [Live Site](https://invoice-generator-react.netlify.app/)