The ID Card Generator is a tool designed to create professional ID cards for organizations. It allows users to input personal details from spreadsheet and generate a printable ID card with a photo, name, and other relevant information.
- Clone the repository:
git clone https://github.com/yourusername/IdCardGenerator.git
- Navigate to the project directory:
cd IdCardGenerator
- Install the required dependencies:
npm install
To start the application, use the following command:
npm start
- Open the application in your browser.
- Upload the spreadsheet file containing details of the candidates in the file upload field on the left.
- Upload the docx file containing details of the candidates in the file upload field on the left.
- Click on the "Generate" button to create the ID card.
- The generated ID card can be downloaded or printed directly from the application.