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.
- Dynamic PDF generation
- Customizable report templates
- Includes patient details and medicine recommendations
- Supports adding hospital logos to the report
- React
- Vite
- @react-pdf/renderer
- Clone the repository.
- Install dependencies using
npm install
. - Start the development server using
npm run dev
. - Test the PDF report generation by clicking the "Download PDF" link.