This web application, developed with React and Next UI, serves as a user-friendly interface for the html-to-pdf microservice.
The HTML to PDF Converter Web App simplifies the process of converting HTML content to PDF using a microservice. It leverages the power of React for the frontend and Next UI for an intuitive user experience.
- User-Friendly Interface: A clean and straightforward interface for easy navigation.
- Seamless Integration: Works seamlessly with the html-to-pdf microservice for efficient PDF generation.
- Responsive Design: Built with a responsive design to ensure a consistent experience across various devices.
To get started with the HTML to PDF Converter Web App, follow these simple steps:
-
Clone the repository:
git clone https://github.com/your-username/html-to-pdf-converter-web-app.git
-
Navigate to the project directory:
cd html-to-pdf-converter-web-app
-
Install dependencies:
node install
-
Start the application:
npm run dev
-
Visit the web app in your browser.
-
Enter or paste your HTML code into the provided editor.
-
Click the "Convert to PDF" button to initiate the conversion.
-
Download the generated PDF file.
- Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated.