A simple and efficient Invoice Generator web application that allows users to create, preview, and download invoices in PDF format. Built with React.js, this tool is perfect for freelancers, small businesses, and professionals who need a quick and hassle-free invoicing solution.
🚀 Live Demo: Invoice Generator
✅ User-Friendly Interface – Easy to fill invoice details like items, prices, and more.
✅ Auto Calculation – Automatically calculates total amount.
✅ PDF Download – Generate and download invoices as PDF files.
✅ Responsive Design – Works perfectly on desktop and mobile devices.
- React.js – Frontend framework
- HTML & CSS – Styling and structure
- JavaScript – Logic and interactivity
- react-pdf – PDF generation
1️⃣ Clone the repository:
git clone https://github.com/buddhirangana/invoice_generator.git
cd invoice_generator2️⃣ Install dependencies:
npm install3️⃣ Run the development server:
npm start4️⃣ Open in browser:
http://localhost:3000This app is deployed on Vercel. To deploy your own version:
npm run build
vercelContributions are welcome! If you have suggestions or find any issues, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License – feel free to use and modify it.