A simple React application to generate and manage invoices.
- Create, edit, and delete invoices
- Add multiple items with descriptions, quantities, and prices
- Calculate totals and taxes automatically
- Download invoices as PDF
- Responsive and user-friendly interface
- Node.js (v14 or higher)
- npm or yarn
git clone https://github.com/OumaMichael/invoice_generator
cd invoice_generator
npm installnpm startThe app will be available at http://localhost:3000.
- Click "Create Invoice" to start a new invoice.
- Add client details and invoice items.
- Review totals and download the invoice as a PDF.
- React
- JavaScript (ES6+)
- CSS/Styled Components
- [Any PDF library used, e.g., jsPDF]
This project is licensed under the MIT License.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.