Skip to content

zakarialaoui10/Greenlab-Challenge

Repository files navigation

Greenlab-Challenge

Preview

Demo
Want To Try!

Libraries

Features

  • Change font family & size and color
  • Toggle Dark/Light Mode
  • store settings in Local storage (styles & positions)
  • Upload Background
  • Export Data from Excel File
  • Orbit and transform control
  • Preview of generated Attestations
  • Download Attestations as pdf file
  • Send Attestations via Email

Index

Refresh
Reset settings
help
Toggle Dark/Light Mode

Limitations

To send attestaions via Email we need real-time communication between the client and the server,I use socket.io library to reach this communication ,on the other hand Serverless Functions on Vercel are stateless and have a maximum execution duration. As a result, it is not possible to maintain a WebSocket connection to a Serverless Function.

Want to try localy

  1. Install any IDE (I Recommand Vs Code)
  2. Install Node.js
  3. Clone this repository
gh repo clone zakarialaoui10/Greenlab-Challenge

License

MIT