https://github.com/ritikpatni/invoice-generator
An easy-to-use invoice generator built using HTML, CSS & JS
https://github.com/ritikpatni/invoice-generator
Last synced: 5 months ago
JSON representation
An easy-to-use invoice generator built using HTML, CSS & JS
- Host: GitHub
- URL: https://github.com/ritikpatni/invoice-generator
- Owner: RitikPatni
- Created: 2021-08-14T11:54:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T15:54:00.000Z (about 4 years ago)
- Last Synced: 2025-02-17T15:17:09.917Z (8 months ago)
- Language: SCSS
- Homepage: https://generate-invoice.ritikpatni.me/
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoice-Generator
## How to try?
In order to try this clone this repository open `index.html` in your browser or visit [https://generate-invoice.ritikpatni.me/](https://generate-invoice.ritikpatni.me/).
## What does it do?
- [x] Add new invoice
- [x] Add Customer Details
- [x] Add New Item in invoice
- [x] Add Discount/Tax in invoice
- [x] Save Invoice to local storage
- [x] Render all the invoices in sidebar
- [x] Open any invoice and see detail by clicking on an invoice in sidebar
- [x] Print the invoice
- [x] Any invoice from the sidebar can be printed## Scope for improvement?
- [ ] Search functionality can be added
- [ ] More robust validations
- [ ] Ability to delete an item while creating an invoice
- [ ] Improve accessibility
- While I tried to make everything accessible I didn't have the time to test everything using different tools.
- [ ] Responsive design
- [ ] UX improvementsI had all of the above things in my plans but I couldn't manage to do it in the said time.
## Tools/Tech Used
- HTML
- CSS
- JS
- SCSS
- Reset CSS
- Print JS