borreooo commited on
Commit
b858a19
·
verified ·
1 Parent(s): aad461f

Build a React.js frontend for a blockchain-based certificate verification system with two main portals: University Portal and Employer Portal (use React Router for navigation).

Browse files

University Portal features:
1. Login page (username, password) with link to registration.
2. Registration page: University name, wallet address, public key input, email verification flow.
3. Dashboard with sidebar for navigation (Issue Certificate, View All Certificates, Revoke Certificate).
4. Issue Certificate: Form for certificate details, upload signed PDF, QR code generation, "Send to Student" button opens Gmail compose with filled email.
5. View All Certificates: Table/list of issued certificates (search/filter, clickable for details).
6. Revoke Certificate: Form for certificate ID, show details, revoke button.

Employer Portal features:
1. Verification page: Input for certificate ID or scan QR code.
2. Result page: Certificate details, signature verification result, status (Valid/Revoked/Not Found).

Use Material-UI or Chakra UI for clean styling (optional), Axios for backend/footer API calls, and qrcode.react for QR code.

Create sample React components and router structure for all required pages and flows.

Make the website visually aesthetic with a lot of animations and the name of the website is TrustChain

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Deepsite Project
3
- emoji: 🏢
4
- colorFrom: indigo
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: DeepSite Project
3
+ colorFrom: red
4
+ colorTo: gray
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).