{"id":24586762,"url":"https://github.com/lvncer/native-sample-todoapp","last_synced_at":"2026-01-30T11:25:34.942Z","repository":{"id":272579419,"uuid":"887885920","full_name":"lvncer/native-sample-todoapp","owner":"lvncer","description":"React Nativeの勉強用に始めて作ってみたTODOアプリケーションです。","archived":false,"fork":false,"pushed_at":"2024-11-13T13:04:56.000Z","size":558,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T10:04:41.904Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"https://expo.dev/preview/update?message=Created%20a%20new%20Expo%20app\u0026updateRuntimeVersion=1.0.0\u0026createdAt=2024-11-13T12%3A46%3A54.803Z\u0026slug=exp\u0026projectId=1e7b6812-e2d7-4fb8-a8b5-b574bced4a5c\u0026group=d0c9b87d-52af-4ed5-bf6b-a830f7820fc0","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/lvncer.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-11-13T13:04:41.000Z","updated_at":"2025-01-27T04:39:04.000Z","dependencies_parsed_at":"2025-01-15T12:14:28.101Z","dependency_job_id":"101e7c22-3116-4cd2-9419-0323eff7efdc","html_url":"https://github.com/lvncer/native-sample-todoapp","commit_stats":null,"previous_names":["lvncer/native-sample-todoapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lvncer/native-sample-todoapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fnative-sample-todoapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fnative-sample-todoapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fnative-sample-todoapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fnative-sample-todoapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvncer","download_url":"https://codeload.github.com/lvncer/native-sample-todoapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fnative-sample-todoapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["react-native"],"created_at":"2025-01-24T06:14:20.223Z","updated_at":"2026-01-30T11:25:34.927Z","avatar_url":"https://github.com/lvncer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Todo Application\n\nThis Project Cloned by [https://github.com/Shin-sibainu/react-native-sample-app](https://github.com/Shin-sibainu/react-native-sample-app)\n\n---\n\nこのプロジェクトは、シンプルな Todo アプリを React Native で作成したものです。\nこのアプリでは、タスクの追加、削除、編集、および完了状態の管理が行えます。\n学習目的や個人のタスク管理アプリとして使用できます。\n\n## 特徴\n\n- **タスクの追加**: 新しいタスクを簡単に追加できます。\n- **タスクの編集**: 既存のタスクを編集可能。\n- **タスクの削除**: 既存のタスクを削除可能。\n\n## Demo\n\n## How to Setup\n\nこのプロジェクトをローカル環境で実行するための手順は以下の通りです。\n\n### 1. リポジトリをクローン\n\n```bash\ngit clone https://github.com/hellotksan/native-todoapp\ncd native-todoapp\n```\n\n### 2. 依存関係をインストール\n\n以下のコマンドを実行して、プロジェクトで使用する依存パッケージをインストールします。\n\n```bash\nnpm install\n```\n\nまたは\n\n```bash\nyarn install\n```\n\n### 3. 環境設定（必要な場合）\n\n### 4. アプリの起動\n\n- [Android Studio でのテスト](docs/run_android.md)\n\n```bash\nnpm start\n```\n\n#### Android エミュレーターまたは実機での起動\n\n```bash\nnpm run android\n```\n\n#### iOS エミュレーターまたは実機での起動\n\n```bash\nnpm run ios\n```\n\n## 使用方法\n\n## ビルドとデプロイ\n\nこのアプリを App Store や Google Play にデプロイするには、以下の方法を利用できます。\n\n- **Expo**: [Expo ビルドサービス](https://expo.dev/)でビルドし、簡単にデプロイできます。\n- **EAS（Expo Application Services）**: カスタムビルドや本番環境へのデプロイが簡単に行えます。\n- **App Center**: Microsoft の App Center を利用し、iOS および Android へのデプロイを行います。\n\n## 使用技術\n\n- **React Native**: クロスプラットフォームでのモバイルアプリ開発を可能にするフレームワーク。\n- **Expo**: 開発を容易にし、ビルドやデプロイが簡単に行える React Native のプラットフォーム。\n\n## ライセンス\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvncer%2Fnative-sample-todoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvncer%2Fnative-sample-todoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvncer%2Fnative-sample-todoapp/lists"}