Skip to content

Utilize NFC to realize a digital business card in the form of an NFC card to refer to a profile site.

Notifications You must be signed in to change notification settings

tubone24/nfcMyBusinessCard

Repository files navigation

NFC My Business Card

Open in StackBlitz Open with CodeSandbox

header

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.

How to set up

npm install

And also, you need to buy NFC card.

You can write the card with NFC Tools for your deployed business card site.

Run locally

npm start

Build and Encrypt

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

Demo

Touch your NFC card to your smartphone, and you can see your business card site.

demo

Encrypt with Pagecrypt

If you access the site without NFC or QR code, you need to input the password to access the site.

About

Utilize NFC to realize a digital business card in the form of an NFC card to refer to a profile site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published