Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 576 Bytes

File metadata and controls

33 lines (22 loc) · 576 Bytes

Quotation Website

A simple quotation website built with Astro where users can add products with prices and VAT, then export the quotation as PDF.

Features

  • Add products with name, price, and VAT
  • Automatic calculation of subtotals, VAT amounts, and totals
  • Export quotation as PDF
  • Clean and modern UI

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:4321 in your browser

Build

To build for production:

npm run build