Skip to content

Akshat162001/Convert-To-Pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Word to PDF Converter

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.

Requirements

  • Node.js (for backend)
  • npm or yarn (for managing dependencies)

Installation

Backend (Node.js)

  1. Navigate to the backend folder:
    cd backend
  2. Install the required dependencies:
    npm install
  3. Start Server:
    npm start
    

Frontend (Vite)

  1. Navigate to the frontend folder:
    cd frontend
  2. Install the required dependencies:
    npm install
  3. Start Server:
    npm run dev
    

Frontend will be running at http://localhost:3000 (default port for Vite) And Preview will be Look like :

photo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published