Invo-Gen is a sleek, efficient invoice generator built using React + TypeScript + Vite.
Designed for freelancers and contractors who want to create polished .docx invoices in seconds — without manual editing.
- ⚡ Blazing-fast frontend powered by React + Vite
- 🧾 Smart, dynamic invoice form with validation
- 🎯 Live GST calculation (optional toggle)
- 💵 Supports float values for hours/payrate
- 📅 Auto-fills today’s date and formats input dates as DD/MM/YYYY
- 🎨 Responsive, mobile-friendly layout with Tailwind CSS
- 📚 Invoice template selection with real-time preview
- 💾 One-click
.docxgeneration and download - ⏱️ Smooth post-submit experience with a countdown and download screen
- ✅ Fully working prototype with clean UI and seamless UX
- React
- Vite
- TypeScript
- Tailwind CSS
- PizZip + docxtemplater for template editing
- FileSaver.js for download
git clone https://github.com/codebyprabh/invogen.git
cd invogen
npm install
npm run dev