RanaOsamaAsif / Certificate-generator-react

Load csv file, select data members to include in the certificate, make certificates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certificate Generator

setup:

  1. run client with:
    a. cd client
    b. npm install
    c. npm run start
  2. run server (on different terminal)
    a. cd server
    b. npm install
    c. npm run start

On the client, move to csv-upload page:

  • upload csv
  • Select Data fields to have in your certificate
  • Edit your data and font styles
  • You can download that certificate
  • You can also send it to server and get all the certificates for all yourcsv fields
  • certificates on server will be located at server/public/images/

Sample file for certi generation Sample Spreadsheet - Sheet1.csv

About

Load csv file, select data members to include in the certificate, make certificates.


Languages

Language:JavaScript 96.0%Language:HTML 2.9%Language:CSS 0.8%Language:Pug 0.4%