Batch Tools offers a wide range of powerful, easy-to-use, and completely free tools to simplify working with files. Effortlessly convert document formats, remove backgrounds, generate QR codes, transcribe videos, merge PDFs, convert HTML to PDF, transform PDFs to JPG, convert JSON to CSV, and much more – all in one place!
Batch Tools was built using NextJs14
To get a local copy up and running, follow these simple steps.
Before you proceed, ensure that you have the following prerequisites installed:
- Node.js and npm: Download and Install Node.js
- Git: Download and Install Git
- in .env.local add
NEXT_PUBLIC_BACKEND_URL=something
- Install dependencies: Run
npm install
. - Start the React frontend: Run
npm run dev
.
- Access the website at
http://localhost:3000/
.
Since the backend for Batch Tools is currently private, contributors won’t be able to work on API requests or access backend logic directly. This may limit certain types of contributions, such as building new features that depend on server-side APIs or fixing backend bugs. However, contributions to the frontend, user interface, and documentation are still highly encouraged. Enhancements to the existing tools or suggestions for improving the architecture can also be discussed. so setup
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you'd like to contribute to this project, follow the following steps:-
- Clone your repository (
git clone https://github.com/prechy123/Batch-Tools.git
) - Create your Feature Branch (
git checkout -b feat/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some Amazing Feature'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request