MohAlkurdi / certificate-generator

Certificate generator web app for different occasions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate Generator

Description

a web application designed to create certificates for different occasions. This can be useful for generating certificates for events, courses, or workshops, among other things.

Installation

  1. Clone the repository:
   git clone https://github.com/MohAlkurdi/certificate-generator.git
  1. Navigate to the project directory:
cd certificate-generator
  1. Install the project dependencies:
pnpm i
  1. Run dev server:
pnpm dev

Development server should run on port 3004


How to use it?

  1. Add Certificate Template:
  • Add your certificate to the image folder.
  1. Customize Certificate Fields:
  • Edit the fields to your specification in the public/index.html file.
  1. Handle Input Data:
  • Get your input response from the request body in src/index.ts file.
  1. Configure Certificate Settings:
  • Set the image name and font size (if you want to change them).
  • Finally, set the text style, color, width and height etc...

About

Certificate generator web app for different occasions

License:MIT License


Languages

Language:TypeScript 52.5%Language:HTML 47.5%