A simple and efficient invoice generator built using React.js, with a fully Dockerized environment for easy deployment. The application allows users to create, manage, and download invoices.
- Create and manage invoices
- Download invoices in PDF format
- Dynamic form fields for adding multiple line items
- Responsive design
- Easy to use and navigate
- Frontend: React.js, CSS
- Backend (optional): Node.js / Express (if you're using an API for the invoice data)
- PDF Generation: html2pdf or a similar library
- Containerization: Docker
Before running this project, make sure you have the following installed: