Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 3.02 KB

README.md

File metadata and controls

90 lines (62 loc) · 3.02 KB

LEARN REACT

This repo contain React projects made by Sonu Kumar. There are multiple subproject inside this project which i have created during my B.Tech career.

How to run server

  • Clone Repository from Github and run npm install
  • run npm start and serve project on your web browser on http://localhost:3000

Contributer's Profile

Sonu Kumar

Folder Structure

.
├── node_modules
├── public
├── server
├── src
│   ├── components
│   │    ├── covidTracker
│   │    ├── DigitalClock
│   │    ├── DynamicCardGenerator
│   │    ├── DynamicGreeting
│   │    ├── MultiLevelInputForm (FeedbackSystem)
│   │    ├── PDFGenerator
│   │    ├── TopNetflixSeriese
│   │    └── practiceSessions[1,2]
│   ├── App.css
│   ├── App.js
│   ├── index.css
│   └── index.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md

P R O J E C T S


Feedback System 1 Feedback System 2 Feedback System 3



Covid Tracker Covid Tracker1



How To Use

  • Go to /server/dovuments/index.js and modify certificate template according to your preferance.

  • Connect your event portal to the front end part of this project inside the /PDFGenerator/HandlePdf.js pass the value of participants as a props .

  • Now all done, whenever new participants completed event, A new Certificate will be created inside /server/certificates/<name><certificateid>.pdf

  • You can push these certificate to the cloud and can easily create a verification system for these certificate.


Dynamic Certificate Generator