This project provides a simple online tool to convert Word documents to PDF format. The project is divided into two main parts:
- Backend: A Node.js server that handles file uploads and the conversion from Word to PDF.
- Frontend: A Vite-powered React app that provides the user interface for uploading Word files and downloading the converted PDF.
- Node.js (for backend)
- npm or yarn (for managing dependencies)
- Navigate to the
backend
folder:cd backend
- Install the required dependencies:
npm install
- Start Server:
npm start
- Navigate to the
frontend
folder:cd frontend
- Install the required dependencies:
npm install
- Start Server:
npm run dev
Frontend will be running at http://localhost:3000 (default port for Vite) And Preview will be Look like :
![photo](https://private-user-images.githubusercontent.com/112319520/404867365-fff13a69-60bc-4e63-a6e1-5c02c672e203.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTY2MTEsIm5iZiI6MTczODk1NjMxMSwicGF0aCI6Ii8xMTIzMTk1MjAvNDA0ODY3MzY1LWZmZjEzYTY5LTYwYmMtNGU2My1hNmUxLTVjMDJjNjcyZTIwMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxOTI1MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMTZlMzAwMzU4MTYyMGVlNTUzN2Y5NWY2NTIzYmMzZGU3N2QwYjVmMDI4ZWQ5MWNlNzNmNDIyOGM3Y2ZkODEwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.V8GJLARRZxLXK7eXTzx8zXyNA_mPuoaWEuwoyJDOO_g)