Skip to content

VincentLeV/verifyhut-mern-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code License

VerifyHut

Table of Contents

Introduction
Features
Tech Stack
Run The Project Locally
UI Examples
Demo

Introduction

VerifyHut is a Progressive Web App (PWA) that allows users to create signatures and verify the transactions if necessary in their daily lives. Among the daily activities, sometimes we need to ask for the counterpart's signature just to make sure. For example, this app would be useful when selling and buying second-handed stuff online. The app could be installed in the computer and used like a native app.

Features

  • Create/Read/Delete users
  • Create/Read/Update/Delete categories
  • Signature is created on a sign board, can be cleared, undo or redo
  • Create/Read/Update/Delete signatures
  • Only signature's category can be updated
  • Export signatures to PNG or SVG
  • Session is created for each login, the session expires in 1 hour
  • Cross-functional
  • If signature is exported right away without saving, the image will contain only the signature
  • If signature is exported after saving, the image will contain all of the related information

Tech Stack

  1. ReactJS
  2. MaterialUI
  3. Sass
  4. NodeJS
  5. ExpressJS
  6. MongoDB

Run The Project Locally

📢 For all of the step below: make sure that you're in the project's directory 📢

  1. Run the Backend

     cd server
     npm run start
    
  2. Run the Frontend

     cd client
     yarn start
    

Check the app out at http://localhost:3000/

E2E Testing

yarn run cypress

UI Examples

1

2

3

Demo

https://verifyhut.netlify.app/

gif

Releases

No releases published

Packages

No packages published

Languages