https://github.com/gourangadassamrat/pdf-merger-react
PDF Hero is a modern, web-based PDF merging tool that allows users to effortlessly combine multiple PDF files into a single document. With its intuitive drag-and-drop interface and fast processing capabilities, it streamlines document management without requiring any software installation.
https://github.com/gourangadassamrat/pdf-merger-react
bootstrap bootstrap5 clerk clerkauth pdf-js pdf-merger react reactjs
Last synced: 11 months ago
JSON representation
PDF Hero is a modern, web-based PDF merging tool that allows users to effortlessly combine multiple PDF files into a single document. With its intuitive drag-and-drop interface and fast processing capabilities, it streamlines document management without requiring any software installation.
- Host: GitHub
- URL: https://github.com/gourangadassamrat/pdf-merger-react
- Owner: GourangaDasSamrat
- License: mit
- Created: 2025-07-12T14:45:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T15:45:46.000Z (12 months ago)
- Last Synced: 2025-07-12T16:26:41.576Z (12 months ago)
- Topics: bootstrap, bootstrap5, clerk, clerkauth, pdf-js, pdf-merger, react, reactjs
- Language: JavaScript
- Homepage: https://pdf-hero-mauve.vercel.app
- Size: 117 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PDF Hero - Modern PDF Merger Tool 🚀

### 🌐 [Live Demo](https://pdf-hero-mauve.vercel.app/)
[](https://github.com/GourangaDasSamrat/PDF-Merger-React/stargazers)
[](https://github.com/GourangaDasSamrat/PDF-Merger-React/network/members)
[](https://pdf-hero-mauve.vercel.app/)
PDF Hero is a modern, user-friendly web application that allows users to merge multiple PDF files quickly and efficiently. Built with React and modern web technologies, it provides a seamless experience for handling PDF documents.
## ✨ Features
- 📄 Merge multiple PDF files into a single document
- 🎯 Simple drag-and-drop interface
- ⚡️ Fast and efficient processing
- 🔒 Secure local processing (no file upload to servers)
- 📱 Responsive design works on desktop and mobile
- 🎨 Modern and intuitive user interface
- 🌐 Cross-platform compatibility
## 🛠️ Tech Stack











### Core Technologies
- ⚛️ **React** - Frontend library
- 🚀 **Vite** - Build tool and development server
- 📄 **pdf-merger-js** - PDF manipulation
- 🎨 **React Bootstrap** - UI components
- 📱 **React Router** - Navigation and routing
- ✉️ **EmailJS** - Email functionality
- 🔐 **Clerk** - Authentication
- 💅 **Styled Components** - Styling
## 🚀 Quick Start
1. Clone the repository:
```bash
git clone https://github.com/GourangaDasSamrat/PDF-Merger-React.git
```
2. Install dependencies:
```bash
cd PDF-Merger-React
npm install
```
3. Configure environment variables:
```bash
cp .env.example .env
# Update .env with your values
```
4. Start the development server:
```bash
npm run dev
```
5. Open [http://localhost:5173](http://localhost:5173) in your browser
## 🤝 Contributing
We welcome contributions from the community! Please check our [Contribution Guidelines](/CONTRIBUTING.md) for more details on how to:
- Report bugs
- Suggest new features
- Submit pull requests
## 📦 Project Structure
```
src/
├── components/ # React components
├── context/ # React context
├── hooks/ # Custom hooks
├── assets/ # Static assets
└── App.jsx # Main application component
```
## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🌟 Support & Feedback
- ⭐ Star this repo if you find it helpful
- 🐛 Create an [issue](https://github.com/GourangaDasSamrat/PDF-Merger-React/issues) for bug reports
- 💡 Request new features via [issues](https://github.com/GourangaDasSamrat/PDF-Merger-React/issues)
- 🔄 Fork this repo and submit a PR to contribute
## 🔮 Future Plans
- [ ] Additional PDF manipulation features
- [ ] Cloud storage integration
- [ ] Batch processing capabilities
- [ ] API for programmatic access
- [ ] Enhanced security features
- [ ] More customization options
## 👤 Author & Contact
Gouranga Das Samrat
Frontend Developer | JavaScript & React Expert | Open Source Enthusiast
Let's connect! I'm always open to collaboration, frontend projects, or just a friendly chat about JavaScript and React.
## 🙏 Acknowledgments
- All our contributors who have helped shape PDF Hero
- The open-source community for the amazing tools and libraries
- Our users for their valuable feedback and support
---
Made with ❤️ by [Gouranga Das Samrat](https://github.com/GourangaDasSamrat)