{"id":28791478,"url":"https://github.com/w3ss127/ionic-react-qrcode-scanner","last_synced_at":"2026-04-28T13:39:42.225Z","repository":{"id":298113942,"uuid":"983215884","full_name":"w3ss127/ionic-react-qrcode-scanner","owner":"w3ss127","description":"The Ionic React QR Code Scanner is a lightweight, browser-based QR code reader built with modern web technologies.","archived":false,"fork":false,"pushed_at":"2025-05-15T02:50:57.000Z","size":440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T00:02:25.144Z","etag":null,"topics":["ionic","qrcode-scanner"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/w3ss127.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-05-14T04:01:03.000Z","updated_at":"2025-05-15T02:51:48.000Z","dependencies_parsed_at":"2025-06-09T14:03:47.497Z","dependency_job_id":null,"html_url":"https://github.com/w3ss127/ionic-react-qrcode-scanner","commit_stats":null,"previous_names":["w3ss127/ionic-react-qrcode-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/w3ss127/ionic-react-qrcode-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3ss127%2Fionic-react-qrcode-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3ss127%2Fionic-react-qrcode-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3ss127%2Fionic-react-qrcode-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3ss127%2Fionic-react-qrcode-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3ss127","download_url":"https://codeload.github.com/w3ss127/ionic-react-qrcode-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3ss127%2Fionic-react-qrcode-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32383784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ionic","qrcode-scanner"],"created_at":"2025-06-18T00:02:17.293Z","updated_at":"2026-04-28T13:39:42.220Z","avatar_url":"https://github.com/w3ss127.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ionic QR Code Scanner (React)\n\nA simple and responsive QR code scanner app built with **Ionic React** and `react-qr-barcode-scanner`. This web-based scanner uses the device's **camera** to detect and read QR codes in real-time, directly from your browser.\n\n\n\n## Features\n\n*  Real-time QR code scanning via webcam\n*  Browser-based — no native installation required\n*  Clean and mobile-friendly UI with scan animation\n*  Built using modern Ionic React components\n\n\n\n## Tech Stack\n\n* **Framework**: Ionic React + TypeScript\n* **QR Scanner**: [`react-qr-barcode-scanner`](https://www.npmjs.com/package/react-qr-barcode-scanner)\n* **UI Components**: `IonPage`, `IonContent`, `IonButton`, etc.\n\n\n\n## Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/dtoyoda10/ionic-react-qrcode-scanner.git\ncd ionic-react-qrcode-scanner\nnpm install\nnpm start\n```\n\n\n\n## Usage\n\nRun the development server:\n\n```bash\nionic serve\n```\n\nOpen the app in your browser at `http://localhost:8100`. Grant camera permission when prompted.\n\n\n\n## Project Structure\n\n```\nsrc/\n├── assets/\n│   └── icons/             # Scanner icon\n├── components/\n│   └── Layout.tsx         # Reusable layout wrapper\n├── pages/\n│   └── scanner.page.tsx   # Main scanner page\n├── App.tsx                # App entry and routing\n└── main.tsx               # Bootstrap file\n```\n\n\n\n## Screenshots\n\n\u003cimg src=\"https://github.com/user-attachments/assets/8123ec3d-0e78-47ce-828d-01a829dd667c\" width=\"300\" /\u003e\n\n\n\n## Production Build\n\nTo generate a production build:\n\n```bash\nionic build\n```\n\nThe compiled app will be output to the `build/` directory. You can deploy it to any static hosting service like **Vercel**, **Netlify**, or **Firebase Hosting**.\n\n\n\n## Browser Compatibility\n\n* Works in all modern browsers that support webcam access\n* ✅ Chrome (Desktop \u0026 Mobile)\n* ✅ Safari (iOS)\n* ⚠️ Firefox support may vary depending on device\n\n\u003e For **native app support**, consider using:\n\u003e [`@capacitor-community/barcode-scanner`](https://www.npmjs.com/package/@capacitor-community/barcode-scanner)\n\n\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3ss127%2Fionic-react-qrcode-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3ss127%2Fionic-react-qrcode-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3ss127%2Fionic-react-qrcode-scanner/lists"}