Code Monkey home page Code Monkey logo

project-guava-web's Introduction

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!

project-guava-web's People

Contributors

allcontributors[bot] avatar anand-yadav55 avatar dependabot[bot] avatar designrknight avatar nayakastha avatar riteshsp2000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

project-guava-web's Issues

Initial Load, SEO Features.

  1. Add a custom loading screen in the index.html file to reduce the FCP time.
  2. Add a manifest file.
  3. Add the appropriate opengraph meta tags.
  4. Add sitemap.xml and robots.txt files

Canvas

  1. Integrate react-konva
  2. Create canvas for certificate
  3. Upload image, Upload signatures
  4. Implement drag and drop, resize

Migration to Next.js

Update from CRA to Next.js

  • Use a combination of Static Site Generation (SSR) and Server Side Rendering (SSR) as required.
  • Use the following guide for migration

Homepage content update

Update the content on the homepage

  • About us
  • Product Features
  • Update the Signit logo with a higher resolution image
  • Update DSC logo with GDSC logo.

Code Cleanup

  1. Create a routes array containing all the details of the router to maintain a single source of truth.
  2. Update all links using the above-mentioned array
  3. Setup Apollo Client for graphql calls.

Dashboard; Initiator, Approver, Participant Views

  1. Create Certificate widget (small)
  2. Create Menu Bar
  3. Create Home page (Dashboard for Approver and Initiators)
  4. Create Certificate widget (large)
  5. Create Participant View
  6. Create register complaint modal

Cloudflare worker for uploading images

Is your feature request related to a problem? Please describe.
Create a Cloudflare Service Worker which handles the upload of images to Cloudinary along with updating the links in the database.

CSS Fixes

Minor inconsistencies in design.

  1. Responsiveness error in the following components
  • Hero section on the homepage
  • Footer section
  • Homepage typographies
  1. On the dashboard, individual card titles showing underlines due to links.

General Setup

  • Setup theme using Material-UI

  • Setup Icons support

  • Create commonly used Hooks


  • Create common components (such as inputs, buttons, )
  • text inputs (support for errors, icons, validations, multiline, etc)
  • dropdown inputs
  • radio inputs (support for vertical and horizontal)
  • time and date inputs
  • increment / decrement input
  • image inputs (UI)
  • rectangular buttons
  • text buttons
  • modals (with custom content)
  • carousel

Compose View

  1. Create Compose View
  2. Create Certificate Added View

Create SignUp/SignIn Pages

  1. Create a common template for all 4 pages
  2. Create Sign Up, Sign In pages.
  3. Create Onboarding screens (upload signatures)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.