A simple quotation website built with Astro where users can add products with prices and VAT, then export the quotation as PDF.
- Add products with name, price, and VAT
- Automatic calculation of subtotals, VAT amounts, and totals
- Export quotation as PDF
- Clean and modern UI
- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:4321 in your browser
To build for production:
npm run build