/Report-Generation-React

This project is a simple system for generating PDF reports using React and Vite. The PDF is generated dynamically using the `@react-pdf/renderer` library. The report includes patient demographics, disease details, medicine recommendations, special instructions, and a hospital logo.

Primary LanguageJavaScript

Report-Generation-React

This project is a simple system for generating PDF reports using React and Vite. The PDF is generated dynamically using the @react-pdf/renderer library. The report includes patient demographics, disease details, medicine recommendations, special instructions, and a hospital logo.

Features:

  • Dynamic PDF generation
  • Customizable report templates
  • Includes patient details and medicine recommendations
  • Supports adding hospital logos to the report

Tech Stack:

  • React
  • Vite
  • @react-pdf/renderer

Instructions:

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Start the development server using npm run dev.
  4. Test the PDF report generation by clicking the "Download PDF" link.