{"id":25304744,"url":"https://github.com/hope-elearning/hope-elearning-mobile","last_synced_at":"2026-06-20T19:02:03.642Z","repository":{"id":256397285,"uuid":"828788091","full_name":"phyohtetarkar/hope-elearning-mobile","owner":"phyohtetarkar","description":"E-learning mobile application project using React native.","archived":false,"fork":false,"pushed_at":"2024-10-06T17:47:52.000Z","size":6043,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T00:22:27.420Z","etag":null,"topics":["cross-platform","elearning","mobile-app","react-native","typescript"],"latest_commit_sha":null,"homepage":"","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/phyohtetarkar.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":"2024-07-15T06:11:25.000Z","updated_at":"2025-03-29T15:16:43.000Z","dependencies_parsed_at":"2024-09-13T19:58:50.940Z","dependency_job_id":null,"html_url":"https://github.com/phyohtetarkar/hope-elearning-mobile","commit_stats":null,"previous_names":["phyohtetarkar/hope-elearning-mobile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phyohtetarkar/hope-elearning-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyohtetarkar%2Fhope-elearning-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyohtetarkar%2Fhope-elearning-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyohtetarkar%2Fhope-elearning-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyohtetarkar%2Fhope-elearning-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phyohtetarkar","download_url":"https://codeload.github.com/phyohtetarkar/hope-elearning-mobile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phyohtetarkar%2Fhope-elearning-mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272045401,"owners_count":24864021,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cross-platform","elearning","mobile-app","react-native","typescript"],"created_at":"2025-02-13T08:30:54.241Z","updated_at":"2026-06-20T19:02:03.607Z","avatar_url":"https://github.com/phyohtetarkar.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/yzox2vc1i"],"categories":[],"sub_categories":[],"readme":"# Hope Elearning Mobile\n\nE-learning mobile app project build with [**React Native**](https://reactnative.dev), bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).\n\n**Features**:\n\u003cul\u003e\n\t\u003cli\u003e- [x] Course Management\u003c/li\u003e\n\t\u003cli\u003e- [x] Blog Management\u003c/li\u003e\n\t\u003cli\u003e- [x] Quiz Management\u003c/li\u003e\n\t\u003cli\u003e- [x] Category\u003c/li\u003e\n\t\u003cli\u003e- [x] Tag\u003c/li\u003e\n\t\u003cli\u003e- [x] Course Bookmark\u003c/li\u003e\n\t\u003cli\u003e- [x] Course Review\u003c/li\u003e\n\t\u003cli\u003e- [x] User Management\u003c/li\u003e\n\t\u003cli\u003e- [x] AI powered content editor\u003c/li\u003e\n\t\u003cli\u003e- [x] Dark mode support\u003c/li\u003e\n\t\u003cli\u003e- [ ] Subscription\u003c/li\u003e\n\u003c/ul\u003e\n\nThis project is a mobile app part of [E-learning backend](https://github.com/phyohtetarkar/hope-elearning-backend/).\n\n# Getting Started\n\n\u003e**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till \"Creating a new application\" step, before proceeding.\n\nRequired `.env` file properties.\n\n```ini\nAPI_URL= # backend api url\n```\n\n## Step 1: Start the Metro Server\n\nFirst, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n```\n\n## Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Support me\n\n\u003ca href=\"https://www.buymeacoffee.com/yzox2vc1i\"\u003e\n\t\u003cimg src=\"images/bmc-button.png\" width=\"200\"\u003e\n\u003c/a\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n## Screenshots\n\n\u003cdiv float=\"left\"\u003e\n   \u003cimg src=\"images/ios-home.png\" width=\"150\"\u003e\n   \u003cimg src=\"images/ios-home-dark.png\" width=\"150\"\u003e\n   \u003cimg src=\"images/ios-post-dark.png\" width=\"150\"\u003e\n   \n\u003c/div\u003e\n\n\u003cdiv float=\"left\"\u003e\n   \u003cimg src=\"images/android-home.png\" width=\"150\"\u003e\n   \u003cimg src=\"images/android-home-dark.png\" width=\"150\"\u003e\n   \u003cimg src=\"images/android-post.png\" width=\"150\"\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhope-elearning%2Fhope-elearning-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhope-elearning%2Fhope-elearning-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhope-elearning%2Fhope-elearning-mobile/lists"}