๐งพ Invoice Generator
A sleek, responsive platform for creating professional invoices with automatic calculations and PDF export. Built with React and Tailwind CSS.



โจ Features
๐ Core Functionality
- Add/remove multiple line items
- Automatic calculations (subtotal, tax, discount, grand total)
- Download or print as PDF
- Client & seller information fields
๐จ Design & UX
- Clean, professional layout
- Mobile-responsive design
- Tailwind CSS styling
- Dark/light mode ready
โ๏ธ Tech Highlights
- React functional components
- Custom hooks for business logic
- PDF generation client-side
โ
Implemented
๐ Plan To Do
Installation
- Clone the repository
```bash
git clone https://github.com/suraj-savle/Invoice-Generator.git
- cd Invoice
- npm install
- npm run dev