Introduction
Features
Tech Stack
Run The Project Locally
UI Examples
Demo
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.
- 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
- ReactJS
- MaterialUI
- Sass
- NodeJS
- ExpressJS
- MongoDB
📢 For all of the step below: make sure that you're in the project's directory 📢
-
Run the Backend
cd server npm run start
-
Run the Frontend
cd client yarn start
Check the app out at http://localhost:3000/
yarn run cypress
https://verifyhut.netlify.app/