Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.46 KB

readme.md

File metadata and controls

75 lines (44 loc) · 1.46 KB

IEEE SB CEV - Membership Card Generator

Project Version : 1.0.0

For generating the badge for now, you need to be installed with NodeJS in your system.

To download the dependencies, use the command in command line.

npm install // This will install necessary dependencies to run.

Better to create a branch for yourself, before changing anything in the code.

To Create a Branch, use terminal / command line,

git branch <branch-name> // git branch hafis-cp
git checkout <branch-name> // git checkout hafis-cp

Later on, for generate a badge for your convenience, you need to do some steps. Open app.js file for making the changes.


After changing the values, run the JS File.

node app.js
# Browse :

localhost:3000

# as App is listening on the port 3000

Play with the Badge Generator. The output file will be generated on the folder final-outs.


Link to the Figma File for the Template Design


Future Updations Required :

  • Personal photograph embedded badges.
  • QR Code for data validation for badges.

Make sure your contribution and do the PR. Happy to collaborate ♥


Template File

Template


Generated Sample File

Sample Generated


Thank You.