{"id":23174577,"url":"https://github.com/quang-pham-dev/judi","last_synced_at":"2026-04-14T15:32:33.959Z","repository":{"id":267737178,"uuid":"902192837","full_name":"quang-pham-dev/judi","owner":"quang-pham-dev","description":"[WIP] Judi mobile app building with expo-cli","archived":false,"fork":false,"pushed_at":"2025-02-09T06:18:38.000Z","size":1330,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T00:42:46.675Z","etag":null,"topics":["android","apollo-client","expo","expo-router","grahpql","ios","native-modules","new-architecture","react-native"],"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/quang-pham-dev.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}},"created_at":"2024-12-12T05:00:11.000Z","updated_at":"2025-02-09T06:18:39.000Z","dependencies_parsed_at":"2024-12-12T06:35:14.239Z","dependency_job_id":null,"html_url":"https://github.com/quang-pham-dev/judi","commit_stats":null,"previous_names":["quang-pham-dev/judi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quang-pham-dev/judi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fjudi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fjudi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fjudi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fjudi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quang-pham-dev","download_url":"https://codeload.github.com/quang-pham-dev/judi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quang-pham-dev%2Fjudi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["android","apollo-client","expo","expo-router","grahpql","ios","native-modules","new-architecture","react-native"],"created_at":"2024-12-18T05:30:12.747Z","updated_at":"2026-04-14T15:32:33.937Z","avatar_url":"https://github.com/quang-pham-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Judi Mobile App\n\nA React Native mobile application built with Expo and TypeScript.\n\n## Tech Stack\n\n### Core\n- React Native 0.76.5 \n- Expo SDK 52.0.17\n- TypeScript 5.3.3\n- React 18.3.1\n\n### State Management \u0026 Data Fetching\n- @tanstack/react-query 5.62.3\n- Context API\n\n### UI \u0026 Navigation\n- @react-navigation/native 7.0.0\n- @gorhom/bottom-sheet 5.0.6\n- expo-blur\n- expo-haptics\n- @shopify/flash-list\n\n### Internationalization\n- @lingui/core \u0026 @lingui/react 5.1.0\n- @formatjs/intl-locale\n- @formatjs/intl-numberformat\n- @formatjs/intl-pluralrules\n- expo-localization\n\n### Development Tools\n- ESLint\n- Prettier\n- Husky\n- Jest\n- SVGO\n\n## Prerequisites\n\n- Node.js \u003e= 20\n- npm or yarn\n- iOS Simulator / Android Emulator\n- Expo CLI\n\n## Getting Started\n\n1. Install dependencies:\n\n```bash\nnpm install\n```\n\n2. Start the development server:\n```bash\nnpm start\n```\n\n3. Run on specific platform:\n```bash\n# iOS\nnpm run ios\n\n# Android \nnpm run android\n\n# Web\nnpm run web\n```\n\n## Available Scripts\n\n### Development\n- `npm start` - Start Expo development server\n- `npm run ios` - Run on iOS\n- `npm run ios:prod` - Run production build on iOS\n- `npm run android` - Run on Android\n- `npm run android:prod` - Run production build on Android\n- `npm run web` - Run on web browser\n- `npm run start:dev-client` - Start with dev client\n- `npm run start:prod` - Start production build\n\n### Building\n- `npm run prebuild` - Clean and prepare build\n- `npm run export` - Export project\n\n### Testing \u0026 Quality\n- `npm run test` - Run tests\n- `npm run lint` - Run ESLint\n- `npm run format` - Format code with Prettier\n\n### Internationalization\n- `npm run lingui:extract` - Extract i18n strings\n- `npm run lingui:compile` - Compile i18n messages\n\n### Utilities\n- `npm run clean-cache` - Clean babel cache\n- `npm run icons:optimize` - Optimize SVG icons\n- `npm run fix-deps` - Check and fix dependencies\n- `npm run reset-project` - Reset project to initial state\n\n## Development Guidelines\n\n### File Naming\n- Use kebab-case for file names\n- Follow [naming conventions](https://twitter.com/kentcdodds/status/1249870276688371713)\n\n### Git Workflow\n1. Create feature branch from develop:\n```bash\ngit checkout develop\ngit pull origin develop --ff-only\ngit checkout -b feature/my-feature\n```\n\n2. Follow commit message format:\n- Format: \"[JIRA-ID] Brief description\"\n- Example: \"[JUD-123] Add login screen\"\n- Keep subject line under 50 characters\n- Reference issues in commit body\n\n### Code Standards\n- Follow [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html)\n- Apply [Clean Code JavaScript principles](https://github.com/ryanmcdermott/clean-code-javascript)\n- Use [Naming Cheatsheet](https://github.com/kettanaito/naming-cheatsheet)\n\n### Performance Optimization\n- Implement code splitting at route level\n- Use memoization (React.memo) appropriately\n- Optimize images and implement lazy loading\n- Use Flipper for debugging and performance monitoring\n\n### Testing\n- Write unit tests for all new code\n- Use Jest and React Native Testing Library\n- Ensure good test coverage\n\n## License\n\nThis project is private and confidential. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquang-pham-dev%2Fjudi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquang-pham-dev%2Fjudi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquang-pham-dev%2Fjudi/lists"}