This project is a web-based application developed using React JS for generating customizable ID cards with embedded QR codes. It’s designed for healthcare professionals, allowing the creation of ID cards with essential information such as name, ID, phone number, Aadhar number, date of birth (DOB), address and much more.
- Customizable ID Cards: Input and display personal details.
- Embedded QR Codes: QR codes are generated and included in the ID card for easy verification and access.
- Professional Design: Styled to present information clearly and professionally.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/cmo-id-card-with-qr-code-generator.git
-
Navigate to the project directory:
cd cmo-id-card-with-qr-code-generator
-
Install dependencies:
npm install
-
Start the development server:
npm start
Open your browser and go to
http://localhost:3000
to view the application.
You can check out the live demo of the project here: Live Demo
- Enter Details: Fill in the form fields with the required information including name, ID, phone number, Aadhar number, DOB, and address.
- Generate QR Code: Click the button to generate the QR code and view the ID card.
- Download/Print: The generated ID card can be downloaded or printed for use.
The homepage where users can enter their details to generate the ID card.
A preview of the generated ID card with the embedded QR code.
The page where users can download or print the generated ID card.
- React JS: Front-end framework for building the user interface.
- QR Code Generator Library: Used to create QR codes (e.g.,
qrcode.react
).
Contributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/YourFeatureName
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please reach out to [email protected].