๐งพ Invoice Generator โ HTML, CSS, JavaScript This is a simple but super handy invoice generator I built using Vanilla JavaScript, HTML, and CSS. It lets users add items with quantity and price, calculates totals automatically, and prints clean invoices on the spot. I used JavaScript to handle dynamic item entry and live updates, and CSS to keep the layout responsive. The print feature is powered by window.print(), and all functionalities run smoothly without any frameworks โ just clean, functional code.