This is a project created using Node.js, Express.js and React.js to merge multiple files into a single file.
- Merge multiple files into a single file.
- Drag and drop the files to merge.
- Selected files are displayed in a row.
- Selected files can be rearranged.
- Delete the selected files individually or all at once.
- Download the merged file.
To get started with this project, follow the instructions below:
Clone this repository using Git:
git clone https://github.com/Srinivas1109/File-Fusion.giti. Go to the client directory:
cd merge-filescd merge-files-clientii. Install the dependencies:
npm installiii. Start the server:
npm run deviv. Open the browser and go to the following URL:
http://localhost:5173v. Open new terminal and go to the server directory:
cd merge-filescd merge-files-servervi. Install the dependencies:
npm installvii. Start the server:
nodemon index.js- Srinivas - Srinivas1109
- Srinivas - Srinivas1109
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Srinivas - Srinivas1109
If you have any questions, please contact me at vasuy1614@gmail.com
This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [ github.com ].
If you discover any security related issues, please email
[ github.com ] instead of using the issue tracker.
This project is maintained by Srinivas.
- This project is not yet completed.
- This project currently supports only for .pdf files.