📄 Invoice Builder
A responsive invoice generation application built with React JS. This app allows users to create, manage, and export invoices dynamically with client details, multiple line items, and automatic calculation of totals & taxes.
🚀 Features
Add client details (name, address, invoice number, date).
Add multiple line items with description, quantity, and price.
Automatic calculation of subtotal, tax, and total.
Responsive design for all screen sizes.
Export invoice as a printable PDF.
Data stored in local state (no backend required).
🛠️ Tech Stack
React JS
Tailwind CSS (for styling)
React-to-Print (for PDF export)