Utilize NFC to realize a digital business card in the form of an NFC card to refer to a profile site.
NFC My Business Card is a web application that allows you to create a business card site with NFC with encrypted site.
npm install
And also, you need to buy NFC card.
You can write the card with NFC Tools for your deployed business card site.
npm start
Before build and encrypt, you need to set up the environment variables.
PASSWORD=yourpassword
npm run build && npm run encrypt && npm run serve
And you can access http://localhost:3000#yourpassword
Touch your NFC card to your smartphone, and you can see your business card site.
If you access the site without NFC or QR code, you need to input the password to access the site.