| File | Date | Author | Commit |
|---|---|---|---|
| fonts | 2023-01-19 |
|
[70d31c] Add files via upload |
| img | 2023-01-19 |
|
[404ef6] Add files via upload |
| js | 2023-01-19 |
|
[cc4466] Add files via upload |
| README.md | 2023-01-19 |
|
[e74366] Update README.md |
| vCardViewer.html | 2023-01-19 |
|
[119fd2] Add files via upload |
A VCF (Virtual Contact File) Viewer/Editor/Creator in JavaScript

A Simple VCF (Virtual Contact File) Viewer/Editor/Creator in JavaScript (VCF versions 2.1/3.0/4.0)
What is a VCF file?
A VCF file is a standard file format for storing contact information for one or more persons or a business. It typically includes a name, address, phone number, email address, and other contact information. VCF files also support custom fields, images, and other types of media.
Live demo at: http://alext.rf.gd/vCardViewer.html
Features:
-Includes 13 of the most common property types, more can be included if needed.
-Supports version 2.1, 3.0, 4.0 of VCF
-Automatic VCF version detection when loading a VCF file
-Unlimited number of vCards (VCF) (As much table data as your browser supports)
-Profile photo support: Both URLs and Base64
-Edit any property already on display
-Save your created/edited VCF card(s) directly on your computer
-Add unlimited new contacts
-Add/update profile pictures
-Sort any column in the table alphabetically
-Delete any contact with left mouse click (When delete mode is "ON")
-Print contacts to PDF or paper
-Search bar feature to find contacts easily
-Create a VCF from scratch!!!
Thank you!