{"id":43784967,"url":"https://github.com/baradusov/pochem","last_synced_at":"2026-02-05T19:02:26.986Z","repository":{"id":336374089,"uuid":"1138571591","full_name":"baradusov/pochem","owner":"baradusov","description":"Simple currency converter","archived":false,"fork":false,"pushed_at":"2026-02-04T04:54:21.000Z","size":917,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T15:49:51.878Z","etag":null,"topics":["currency","currency-converter","currency-exchange-rates","finance","react-native"],"latest_commit_sha":null,"homepage":"https://apps.apple.com/us/app/%D0%BF%D0%BE%D1%87%D1%91%D0%BC/id6758133115","language":"TypeScript","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/baradusov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-20T21:03:15.000Z","updated_at":"2026-02-04T07:41:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/baradusov/pochem","commit_stats":null,"previous_names":["baradusov/pochem"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/baradusov/pochem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradusov%2Fpochem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradusov%2Fpochem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradusov%2Fpochem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradusov%2Fpochem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baradusov","download_url":"https://codeload.github.com/baradusov/pochem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradusov%2Fpochem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29130113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T18:55:47.139Z","status":"ssl_error","status_checked_at":"2026-02-05T18:55:04.010Z","response_time":65,"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":["currency","currency-converter","currency-exchange-rates","finance","react-native"],"created_at":"2026-02-05T19:02:26.264Z","updated_at":"2026-02-05T19:02:26.980Z","avatar_url":"https://github.com/baradusov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# почём (pochem)\n\nSimple currency converter\n\n|                                             |                                             |                                             |\n|---------------------------------------------|---------------------------------------------|---------------------------------------------|\n| \u003cimg src=\"docs/screen-1.png\" width=\"200\" /\u003e | \u003cimg src=\"docs/screen-2.png\" width=\"200\" /\u003e | \u003cimg src=\"docs/screen-3.png\" width=\"200\" /\u003e |\n\n\n## Getting Started\n\n```bash\n# Install dependencies\nnpm install\n\n# Start Expo\nnpm start\n```\n\nAfter starting:\n- Press `i` for iOS simulator\n- Press `a` for Android emulator\n- Scan QR code with Expo Go on your phone\n\n## Native Build\n\n```bash\n# iOS simulator\nnpm run ios\n\n# iOS on real device (dev)\nnpm run ios -- --device\n\n# iOS on real device (release, works without dev server)\nnpm run ios -- --configuration Release --device\n\n# Android\nnpm run android\n```\n\nIf native folders are missing:\n```bash\nnpm run prebuild\n```\n\n## Tech Stack\n\n- Expo 54\n- React Native 0.81\n- MobX\n- TypeScript\n\n## Architecture\n\n```\n┌─────────────────────────────────────────────────────────┐\n│  UI Layer (screens/, components/)                       │\n│  - Screens and UI components                            │\n│  - Only renders, no business logic                      │\n│  - Calls store methods, observes state                  │\n├─────────────────────────────────────────────────────────┤\n│  Adapters (hooks/, controllers/)                        │\n│  - Thin adapters between UI framework and stores        │\n│  - useAuth(), useProfile(), etc.                        │\n├─────────────────────────────────────────────────────────┤\n│  Core (core/)                                           │\n│  - Business logic lives here                            │\n│  - Stores orchestrate everything                        │\n│  - MUST be framework-agnostic                           │\n│  - Could be extracted to CLI/API without changes        │\n├─────────────────────────────────────────────────────────┤\n│  Infrastructure (infrastructure/)                       │\n│  - Implements ports (interfaces) from core              │\n│  - Database adapters, external API adapters             │\n│  - Can be swapped without touching business logic       │\n└─────────────────────────────────────────────────────────┘\n```\n\nSee [CLAUDE.md](./CLAUDE.md) for architecture details.\n\n## Versioning\n\nThis project uses [CalVer](https://calver.org/) (`YY.MM.patch`). See [CHANGELOG.md](./CHANGELOG.md) for release history.\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md).\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## Releasing\n\nSee [RELEASING.md](./RELEASING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaradusov%2Fpochem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaradusov%2Fpochem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaradusov%2Fpochem/lists"}