A full-stack Invoice Generator Web Application that allows users to create invoices dynamically, manage items in real time, calculate totals automatically, and generate downloadable PDF invoices.
index.html # Dashboard page ├── invoice.html # Invoice creation page ├── styles.css # Dashboard styles ├── invoice.css # Invoice page styles ├── script.js # Dashboard logic ├── invoice.js # Invoice ...