Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.25 KB

Burger PDF

Burger PDF is a simple yet powerful PDF merger application built with Node.js, Express.js, Multer, and Tailwind CSS. It provides an intuitive user interface for merging two PDF files seamlessly.

Installation

Follow these steps to set up Burger PDF locally:

  1. Clone the repository:

    git clone https://github.com/thekiranmahajan/burger-pdf.git
    
  2. Navigate to the project directory:

    cd burger-pdf
    
  3. Install dependencies:

    npm install
    
  4. Run the application:

    npm start
    
  5. Open your web browser and go to http://localhost:3000 to access Burger PDF.

Tech Stack

  • Node.js: Backend JavaScript runtime environment.
  • Express.js: Web application framework for Node.js.
  • Multer: Middleware for handling file uploads.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • PDF-Merger-JS: Library for merging PDF files.

Usage

  1. Open Burger PDF in your web browser.
  2. Upload two PDF files you want to merge.
  3. Click the "Merge" button.
  4. Preview the merged PDF file.

Contributing

Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests.

License

This project is licensed under the MIT License.