{"id":14974264,"url":"https://github.com/arasgungore/qr-coder","last_synced_at":"2026-03-03T19:03:59.681Z","repository":{"id":214473007,"uuid":"736609891","full_name":"arasgungore/QR-coder","owner":"arasgungore","description":"A mobile app built with React Native that allows users to generate and scan QR codes.","archived":false,"fork":false,"pushed_at":"2023-12-29T07:33:48.000Z","size":311,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-09T07:28:58.985Z","etag":null,"topics":["mobile-app","mobile-development","qr-code","qr-code-decoder","qr-code-generator","qr-code-generator-mobile-app","qr-code-generator-using-javascript","qr-code-reader","qr-coder-decoder","qr-codes","qr-generator","qrcode","qrcode-decoder","qrcode-encoder","qrcode-generator","qrcode-reader","qrcode-scanner","qrcodes","react-native","react-native-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arasgungore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-12-28T11:21:04.000Z","updated_at":"2024-04-11T10:33:56.000Z","dependencies_parsed_at":"2024-09-23T15:02:11.160Z","dependency_job_id":"0c2d4641-7a65-4784-98a7-0d25d7df1bc6","html_url":"https://github.com/arasgungore/QR-coder","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"1850e9d48953c1bf78fce7e13b3fef771fdbb666"},"previous_names":["arasgungore/qr-coder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FQR-coder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FQR-coder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FQR-coder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FQR-coder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arasgungore","download_url":"https://codeload.github.com/arasgungore/QR-coder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240875934,"owners_count":19871898,"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":["mobile-app","mobile-development","qr-code","qr-code-decoder","qr-code-generator","qr-code-generator-mobile-app","qr-code-generator-using-javascript","qr-code-reader","qr-coder-decoder","qr-codes","qr-generator","qrcode","qrcode-decoder","qrcode-encoder","qrcode-generator","qrcode-reader","qrcode-scanner","qrcodes","react-native","react-native-app"],"created_at":"2024-09-24T13:50:18.136Z","updated_at":"2025-11-19T19:04:23.308Z","avatar_url":"https://github.com/arasgungore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QR-coder\n\nA mobile app built with React Native that allows users to generate and scan QR codes. This app uses React Navigation for navigation and Expo for camera-related functionalities.\n\n\n\n## Features\n\n- QR Code Generation: Generate QR codes with custom data.\n- QR Code Scanning: Scan QR codes using the device's camera.\n\n\n\n## Prerequisites\n\nBefore running the app, make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed on your machine.\n\n\n\n## Installation\n\n1. Install dependencies:\n\n   ```bash\n   cd QRcoderApp\n   npm install\n   ```\n\n2. Run the app:\n\n   ```bash\n   npm start\n   ```\n\n\n\n## Dependencies\n\nThis project relies on the following libraries:\n\n- [@react-navigation/native](https://reactnavigation.org/): Navigation library for React Native.\n- [@react-navigation/stack](https://reactnavigation.org/docs/stack-navigator/): Stack Navigator for React Navigation.\n- [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/): Gesture handler for React Native.\n- [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/): Animation library for React Native.\n- [react-native-qrcode-svg](https://www.npmjs.com/package/react-native-qrcode-svg): Library for generating QR codes in React Native.\n- [expo-camera](https://docs.expo.dev/versions/latest/sdk/camera/): Camera module for Expo.\n- [expo-permissions](https://docs.expo.dev/versions/latest/sdk/permissions/): Permissions module for Expo.\n- [expo-barcode-scanner](https://docs.expo.dev/versions/latest/sdk/bar-code-scanner/): Barcode scanner module for Expo.\n- [react-native-paper](https://callstack.github.io/react-native-paper/): Material Design components for React Native.\n\n\n\n## Usage\n\n- Navigate to the Home screen.\n- Choose between generating a QR code or scanning one.\n\n\n\n## Screenshots\n\n![Home Screen](./assets/images/home_screen.png)\n![Scanner Screen](./assets/images/scanner_screen.png)\n\n\n\n## Contributing\n\nFeel free to contribute to the project by opening issues or pull requests.\n\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n\n## Author\n\n👤 **Aras Güngöre**\n\n- LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)\n- GitHub: [@arasgungore](https://github.com/arasgungore)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farasgungore%2Fqr-coder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farasgungore%2Fqr-coder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farasgungore%2Fqr-coder/lists"}