This project is an electronic graduation invitation website for Nguyễn Tiến Phát at Saigon University. The website is built with React, TypeScript, Vite, Tailwind CSS v4, and features integrated 3D effects (Three.js).
The website serves as an online e-invitation with a modern style, offering a personalized experience for each guest. Invitees will see their own names on the invitation by passing a parameter in the URL.
You can generate a personalized link for the people you want to invite by adding the ?name= parameter to the end of the website's URL.
Syntax:
https://[your-domain]/?name=[Invitee Name]
Example:
If you want to send an invitation to "Nguyễn Văn A", you would create a link like this (note that spaces will be converted to %20 in the URL, but you can type them normally in the browser or use an encode function):
https://jackphat-graduation-invitation.vercel.app/?name=Nguyễn Văn A
If you find this project helpful, feel free to leave a ⭐ — it really helps!