Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedant-jain03/certificate-generator
This is Certificate Generator which you can use to make e-certificate and download as a pdf and then you can distribute the certificates to the students.
https://github.com/vedant-jain03/certificate-generator
beginner-friendly certificate-generator css google-auth hacktoberfest hacktoberfest2022 html opensource react ui
Last synced: 3 months ago
JSON representation
This is Certificate Generator which you can use to make e-certificate and download as a pdf and then you can distribute the certificates to the students.
- Host: GitHub
- URL: https://github.com/vedant-jain03/certificate-generator
- Owner: vedant-jain03
- License: mit
- Created: 2021-06-03T05:28:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:34:06.000Z (about 2 years ago)
- Last Synced: 2024-04-17T06:46:50.244Z (10 months ago)
- Topics: beginner-friendly, certificate-generator, css, google-auth, hacktoberfest, hacktoberfest2022, html, opensource, react, ui
- Language: JavaScript
- Homepage: https://vedant-jain03.github.io/certificate-generator/
- Size: 6.73 MB
- Stars: 45
- Watchers: 3
- Forks: 35
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to Certificate-Generator
## Setup Steps
#### Using Docker
- Make sure you have docker and docker-compose installed
```
$ docker-compose up
```#### Manually
- Go to directory
```
$ cd certificate-generator
```
- Install Dependencies
```
$ npm install
```
- Start LocalHost Server
```
$ npm run start
```## Tech Stack Used
- Javascript
- React
- Firebase
- Material UI# [Code of Conduct](CODE_OF_CONDUCT.md)
# [Getting Started](CONTRIBUTING.md)
Contributing
Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, we suggest you to read our contribution guidelines to see how you can contribute to this project. We are happy for every contribution.
Issues & Pull Requests
Before making pull requests please look at our contributing guidelines. You can start working on the issue which are mentioned in issues section or add an issue. Just drop a comment before working on the issue. Thank you!
License
The **code** in this repository is licensed under the MIT license. Feel free to use and share it as per the license.
# ✨ Contributors