-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The CSS class .landing-download-pdf exists in LandingPage.css but no button is rendered in the JSX. The handleDownloadPdf function exists but only shows an alert.
Requirements:
- Add a "Download PDF" button that appears when scan results are available (when hasResults is true)
- Integrate a PDF library (jspdf recommended for simplicity)
- Generate a PDF containing:
- Summary of each problem category
- List of problems found
- "What's Good" section
- Button should be placed near the subtitle after scan completes
Options
- Option A: Simple text-based PDF (faster to implement)
- Option B: HTML-to-PDF using html2pdf.js (more complete but larger dependency)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels