- Notifications
You must be signed in to change notification settings - Fork10
📇 Create a QR code with your contact details that anyone can scan to add your info to their contacts list.
NotificationsYou must be signed in to change notification settings
danawoodman/qrcontact
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generate a vCard QR code that anyone can scan to add your contact details to their contacts list!
- Enter your contact info (as much or as little as you want)
- Download the QR code that is automatically created
- Share the QR code with someone who wants your contact info (print on your business card, make a sticker you put anywhere, tattoo it, whatever you want!)
- Someone scans this QR code on their phone and then can quickly add you to their contacts list!
- 🧘 Flexible - Add as many contact details as you want!
- 🔌 Works offline! - Will work even if you're not connected to the internet, using Service Workers.
- 💾 Locally saved data - Your contact details are stored locally in localstorage.
- ☀️🌙 Automatic light/dark mode support - Using TailwindCSS's
dark:
attribute, including a dark/light mode favicon! - 🎚 Page transitions - Pages fade in and out when you navigate.
- 💅 Subtle animations - Adding/removing items fade out, buttons have color transitions, etc.
npm installnpm run dev
- Export in multiple formats (e.g. SVG)
- Photo uploading (only way to do this would be to upload and host the image somewhere as there is a max size for a QR code)
- vCard - The format for generating vCards
- node-qrcode - The library sed to generate QR codes
- bitly's vcard creator - Way more robust version of this app 😅
About
📇 Create a QR code with your contact details that anyone can scan to add your info to their contacts list.