An open API service indexing awesome lists of open source software.

https://github.com/anjupriya-v/certificate-generator

It is the tool to create and download the certificates.
https://github.com/anjupriya-v/certificate-generator

angular angular-forms angular-material domtoimage

Last synced: about 1 month ago
JSON representation

It is the tool to create and download the certificates.

Awesome Lists containing this project

README

          

# Certificate Generator

## Tech Stacks Used
- Angular JS
- SCSS

## Demo Video

https://github.com/user-attachments/assets/97b035d4-a547-43b3-9795-98648497c16f

## UI Image
![image](https://github.com/anjupriya-v/certificate-generator/assets/84177086/37410424-2be7-4db0-ad17-7b376b465363)

## Procedure to run this application
- Clone the repository
```
$ git clone https://github.com/anjupriya-v/certificate-generator.git
```
- Redirect to the cloned repo directory

- Open up the terminal

- Install the dependencies
```
npm install
```
- Start the project
```
npm start
```