Zard is a simple web tool that lets you upload .csv files containing contact details and download them as .vcf (vCard 2.0) files.
- Upload CSV files with contact info (first_name, last_name, email, phone)
- Download a .vcf file instantly; ready to import into phones, email clients
The setup is lean and to the point:
/index.html- HTML markup file/style.css- CSS stylesheet/script.js- JS logic for parsing.csvand generating.vcffiles