פרויקט זה הוא אפליקציית React המאפשרת למשתמשים למזג קבצי PDF וקבצי שמע (Audio) בצורה פשוטה ונוחה.
- מיזוג קבצי PDF: העלאת מספר קבצי PDF ומיזוגם לקובץ PDF אחד.
- מיזוג קבצי שמע: העלאת מספר קבצי שמע (Audio) ומיזוגם לקובץ שמע אחד בפורמט WAV.
- ממשק משתמש ידידותי עם עיצוב רספונסיבי.
- Node.js (גרסה 14 ומעלה)
- npm או yarn
- שיבט את הפרויקט למחשב שלך:
git clone <repository-url> התקן את התלויות:
הרצה להפעלת האפליקציה בסביבת פיתוח:
האפליקציה תהיה זמינה בכתובת: http://localhost:3000
בנייה להפקת גרסה מוכנה לפרודקשן:
This project is a React application that allows users to easily merge PDF files and audio files.
- PDF Merging: Upload multiple PDF files and merge them into a single PDF file.
- Audio Merging: Upload multiple audio files and merge them into a single WAV audio file.
- User-friendly interface with responsive design.
- Node.js (version 14 or higher)
- npm or yarn
- Clone the project to your computer:
git clone <repository-url> cd <project-folder>
2.Install dependencies:
bash Copy Edit npm install Running the App (Development Mode) To run the application in development mode:
bash Copy Edit npm start The app will be available at: http://localhost:3000
Build for Production To create a production-ready build:
bash Copy Edit npm run build Third-party Libraries pdf-lib: For merging PDF files.
wav-encoder: For merging audio files.
sweetalert2: For displaying messages to the user. ספריות צד שלישי