{"id":22410869,"url":"https://github.com/runtime-error786/movie-app","last_synced_at":"2025-03-27T02:44:19.693Z","repository":{"id":219756290,"uuid":"717688451","full_name":"runtime-error786/Movie-app","owner":"runtime-error786","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-31T05:47:14.000Z","size":220,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T08:22:16.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/runtime-error786.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":"2023-11-12T08:57:38.000Z","updated_at":"2024-12-31T19:24:34.000Z","dependencies_parsed_at":"2025-02-01T08:21:19.200Z","dependency_job_id":"c1c3c53b-cb86-4074-a43b-cf93c7d313d9","html_url":"https://github.com/runtime-error786/Movie-app","commit_stats":null,"previous_names":["runtime-error786/movie-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtime-error786%2FMovie-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtime-error786%2FMovie-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtime-error786%2FMovie-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtime-error786%2FMovie-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runtime-error786","download_url":"https://codeload.github.com/runtime-error786/Movie-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245773144,"owners_count":20669719,"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":[],"created_at":"2024-12-05T13:11:57.809Z","updated_at":"2025-03-27T02:44:19.665Z","avatar_url":"https://github.com/runtime-error786.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"In that movie app, there are three roles: guest, customer, and admin.\n\nGuest: Can only view the home page.\nCustomer: Can purchase movies, check their profile.\nAdmin: Can update and delete movies, as well as view profiles.## Step 1: Start the Metro Server\ngit clone https://github.com/your-username/folder_name.git\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# OR using Yarn\nyarn 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# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn 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\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\nGuest page:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/96ed4b5e-027a-4bf0-b6ff-67bf83f3af72)\n\nSign in:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/59ef13e7-7e48-48b9-9dda-ccd81c59a560)\n\nSignup:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/616357ed-526e-4026-a4eb-3793b2a260b8)\n\nCustomer page:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/46744657-55bc-4569-8f28-82b5aaf07201)\n\nCard pic:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/f16c4545-17fc-45cb-a570-ad3de795f399)\n\nAdmin:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/37bc6d13-40a3-4b9f-91b8-b387b6ed2fc7)\n\nPurchase:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/227fe2de-1522-4b37-ac86-63c1305f58f7)\n\nProfile:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/5927b7bf-c72a-49da-be48-ef5b9f6cc045)\n\nAdd movie:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/f4c427f3-844f-46fc-96d0-c90d6998f253)\n\nAdd new movie:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/5d641db2-02bc-49bf-b6f6-b27f04847ed4)\n\n\nDeleet movie:\n![image](https://github.com/runtime-error786/Movie-app/assets/123109871/6e325e62-4e6e-46ef-8f83-8bb33049d0bc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruntime-error786%2Fmovie-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruntime-error786%2Fmovie-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruntime-error786%2Fmovie-app/lists"}