A clean, responsive single-page web app for freelance software developers to estimate website project quotes and generate printable client quotations.
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- shadcn/ui
- React Hook Form
npm install
npm run devOpen http://localhost:3000.
- Live price calculation with non-compounding percentage adjustments from base price
- Experience, technical quality, project type, and risk multipliers
- Meeting, revision, opportunity cost, and business value pricing
- Printable A4 client quotation (Print / Save as PDF)
- Local storage persistence
- Light / dark mode
- Preset templates (Landing Page, Corporate, E-commerce, Dashboard, SaaS)
- Export / import quotation as JSON
- Copy quotation to clipboard
npm run dev— start development servernpm run build— production buildnpm run start— run production servernpm run lint— run ESLint