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.
- Host: GitHub
- URL: https://github.com/anjupriya-v/certificate-generator
- Owner: anjupriya-v
- Created: 2023-10-01T09:46:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T07:20:39.000Z (over 2 years ago)
- Last Synced: 2025-01-23T19:38:51.402Z (over 1 year ago)
- Topics: angular, angular-forms, angular-material, domtoimage
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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
```