JoaoArtur / Certificate-Generator

A Simple JavaScript Tool to Generate Certificates and Customize them

Home Page:https://certtgenerator.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cover Image

Maintenance Open Source Love contributions welcome GitHub issues GitHub forks GitHub stars

Certificate Generator

Certificate Generator is a simple, easy to use, and free to use JavaScript tool that generates a certificate.

Table of Contents

Installation Guide

Before Any of the following steps, make sure you have installed the Git in your system. You can simply install Git from here Now you can follow the steps below to setup Certificate Generator. Fork the Github Repository and clone it to your local machine. You can clone using a simple command like this:

git clone https://github.com/<your_username>/certificate-generator.git 

Then move to the root directory of the cloned repository. You can do this by typing the following command:

cd certificate-generator

Congratulations! You have successfully Setup Certificate Generator.

File Structure

Within the download you'll find the following directories and files:

certificate-generator
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── index.html
├── LICENSE
├── README.md
├── assets
│   ├── script.js
│   └── style.css
├── certificate
│   ├── dummy.pdf
│   └── dummy.png
└── vendor
    └── joystick.js

Join Us

Be a part of the SemiKolan Developer's Community by joining our Discord Server. Here you can discuss about the project or ask any other queries and there will be a lot of folks to help

Code Contributers

This project exists thanks to all the people who contribute. [Contribute].

About

A Simple JavaScript Tool to Generate Certificates and Customize them

https://certtgenerator.netlify.app/

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.2%Language:HTML 25.6%Language:CSS 17.1%