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.
Follow these steps to set up Burger PDF locally:
-
Clone the repository:
git clone https://github.com/thekiranmahajan/burger-pdf.git
-
Navigate to the project directory:
cd burger-pdf
-
Install dependencies:
npm install
-
Run the application:
npm start
-
Open your web browser and go to
http://localhost:3000
to access Burger PDF.
- 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.
- Open Burger PDF in your web browser.
- Upload two PDF files you want to merge.
- Click the "Merge" button.
- Preview the merged PDF file.
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests.
This project is licensed under the MIT License.