Skip to content

codeforcauseorg/Certificate-generator-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages