[go: nahoru, domu]

Skip to content

User Interface for the Digital Certificate Generation project. Developed using React and deployed to Cloudflare Pages.

License

Notifications You must be signed in to change notification settings

dscnitrourkela/project-guava-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

All Contributors

Starware

Contributors Forks Stargazers Issues MIT License


Logo

Signit

Digital Certificate Generation and Distribution

View Demo Β· Report Webapp Bugs . Report Server Bugs

Table of Contents
  1. About The Project
  2. Built With
  3. Getting Started
  4. Roadmap
  5. License
  6. DSC NIT Rourkela
  7. Starware
  8. Contributors

About The Project

Signit Certificate Compose

A completely digital and customizable solution for managing all your certificates.

  • The project repository for the web application of an open system to generate and manage certificates.
  • Login to initiate a request to authorize a certificate.
  • After successful authorization, digitally sign the certificate.
  • Once done, distribute to the participants through our portal.

Features:

  • No restrictions on certificate design. Upload your own designs.
  • Easily drag and drop the location of sign on the certificate.
  • Add a maximum of 3 signees per certificate.
  • Manage easily all your approved and pending certificates via our dashboard.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

Following technologies and libraries are used for the development of this project.

Getting Started

To setup the project locally follow the steps below

Prerequisites

  • Node.js

    # Homebrew
    brew install nodejs
    
    # Sudo apt
    sudo apt install nodejs
    
    # Packman
    pacman -S nodejs
    
    # Module Install
    dnf module install nodejs:<stream> # stream is the version
    
    # Windows (chocolaty)
    cinst nodejs.install
    
  • Yarn

      npm install --global yarn
  • Git

      # Homebrew
      brew install git
    
      # Sudo apt
      apt-get install git
    
      # Packman
      pacman -S git
    
      # Module Install (Fedora)
      dnf install git
    

Contribution guidlines πŸŽƒ


Our Slack Community: Slack Invite

Contributions are welcome πŸŽ‰πŸŽ‰

Local Repository Setup

Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your local system
  3. Commit changes to your own separate branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE 1: Please abide by the Contributing Guidelines.

NOTE 2: Please abide by the Code of Conduct.

NOTE 3: We follow the following coventional commit types

Running the project.

The project uses Yarn and not NPM. It is strictly advised to stick with Yarn so as to avoid dependency conflicts down the line.

## Checkout into the project client directory
cd client

## Install Dependencies
yarn install

## Run the Project
yarn start

Following are the commands to remove/add new dependencies using yarn

## Add a new Package
yarn add package_name

## Remove an existing Package
yarn remove package_name

## Save Package as a Dev Dependency
yarn add -D package_name

Roadmap

The following project is in its v1 stage. We are open to new features and suggestions. As of now, following are the features that we plan to integrate.

  • Set up time of distribution for automatice certificates distributions.
  • Complaint management system for disputes.

License

Distributed under the MIT License. See LICENSE for more information.

DSC NIT Rourkela

DSC NIT Rourkela

Starware

dscnitrourkela/project-guava is Starware. This means you're free to use the project, as long as you star its GitHub repository. Your appreciation makes us grow and glow up. ⭐

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Ritesh Patil

🚧 πŸ“† πŸ“– πŸ€” ⚠️

Abel Mathew

πŸ€” πŸ§‘β€πŸ« πŸ’¬ πŸ›‘οΈ

All Contributors

πŸ”§

actions-user

πŸ”§

This project follows the all-contributors specification. Contributions of any kind welcome!