{"id":29105171,"url":"https://github.com/andrewnyu/scantact","last_synced_at":"2026-04-29T06:38:00.122Z","repository":{"id":301705584,"uuid":"1006550605","full_name":"andrewnyu/scantact","owner":"andrewnyu","description":"Digital calling card app","archived":false,"fork":false,"pushed_at":"2025-06-28T09:34:46.000Z","size":3585,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T10:32:16.107Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewnyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-22T14:18:06.000Z","updated_at":"2025-06-28T09:34:49.000Z","dependencies_parsed_at":"2025-06-28T10:32:20.801Z","dependency_job_id":"cf1ffb7f-9e6e-4e55-aa20-44c5ddb7bc69","html_url":"https://github.com/andrewnyu/scantact","commit_stats":null,"previous_names":["andrewnyu/scantact"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewnyu/scantact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnyu%2Fscantact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnyu%2Fscantact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnyu%2Fscantact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnyu%2Fscantact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewnyu","download_url":"https://codeload.github.com/andrewnyu/scantact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewnyu%2Fscantact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262518514,"owners_count":23323341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-native"],"created_at":"2025-06-29T01:07:58.945Z","updated_at":"2026-04-29T06:37:55.091Z","avatar_url":"https://github.com/andrewnyu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scantact 📱📇\n\nA simple and elegant React Native app for generating QR codes to share contact information. Create digital business cards that can be easily scanned and added to any smartphone's contacts.\n\n## ✨ Features\n\n- **Contact Information Management**: Add name and multiple phone numbers with customizable labels\n- **QR Code Generation**: Generate vCard-compatible QR codes for instant contact sharing\n- **Multiple Phone Numbers**: Support for multiple phone numbers with custom labels (Mobile, Work, Home, Other, or custom)\n- **Additional Fields**: Optional fields for email, company, job title, website, address, and notes\n- **Custom QR Display**: Customize QR code screen title and subtitle\n- **Cross-Platform**: Works on Android, iOS, and Web\n- **Modern UI**: Clean Material Design-inspired interface\n- **Real-time Preview**: See QR code updates as you type\n\n## 🎯 Use Cases\n\n- **Business Networking**: Share contact info at meetings and conferences\n- **Social Events**: Quick contact exchange without typing\n- **Professional Settings**: Digital business cards for sales and networking\n- **Personal Use**: Easy contact sharing with friends and family\n\n## 📱 Screenshots\n\n### Contact Form Screen\nThe main screen where users input their contact information with a clean, organized interface.\n\n### QR Code Display Screen\nA dedicated screen showing the generated QR code with customizable title and subtitle.\n\n### Phone Label Selection\nModal interface for selecting or customizing phone number labels.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn\n- Expo CLI (`npm install -g @expo/cli`)\n- For Android development: Android Studio and Android SDK\n- For iOS development: Xcode (macOS only)\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd scantact\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server**\n   ```bash\n   npm start\n   ```\n\n4. **Run on your preferred platform**\n   ```bash\n   # For Android\n   npm run android\n   \n   # For iOS\n   npm run ios\n   \n   # For Web\n   npm run web\n   ```\n\n## 🛠️ Building for Production\n\n### Android APK\n\n1. **Install EAS CLI**\n   ```bash\n   npm install -g @expo/eas-cli\n   ```\n\n2. **Configure EAS**\n   ```bash\n   eas build:configure\n   ```\n\n3. **Build APK**\n   ```bash\n   eas build --platform android --profile preview\n   ```\n\n### iOS IPA\n\n1. **Build for iOS**\n   ```bash\n   eas build --platform ios --profile preview\n   ```\n\n## 📦 Dependencies\n\n- **React Native**: Core framework\n- **Expo**: Development platform and tools\n- **react-native-qrcode-svg**: QR code generation\n- **react-native-svg**: SVG support for QR codes\n- **expo-contacts**: Contact management (for future features)\n\n## 🎨 UI/UX Features\n\n- **Material Design**: Clean, modern interface following Material Design principles\n- **Responsive Layout**: Adapts to different screen sizes\n- **Keyboard Handling**: Proper keyboard avoidance and scrolling\n- **Form Validation**: Real-time validation with visual feedback\n- **Accessibility**: Proper labels and touch targets\n\n## 🔧 Technical Details\n\n- **vCard Format**: Generates standard vCard 3.0 format for maximum compatibility\n- **QR Code Standards**: Uses standard QR code format readable by all QR scanners\n- **State Management**: React hooks for efficient state management\n- **Performance**: Optimized rendering and minimal re-renders\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with [Expo](https://expo.dev/) and [React Native](https://reactnative.dev/)\n- QR code generation powered by [react-native-qrcode-svg](https://github.com/react-native-svg/react-native-svg)\n- Icons and design inspiration from Material Design\n\n---\n\n**Scantact** - Making contact sharing as simple as a scan! 📱✨ ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewnyu%2Fscantact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewnyu%2Fscantact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewnyu%2Fscantact/lists"}