{"id":16946267,"url":"https://github.com/abritopach/angular-ionic-ngxs-movies","last_synced_at":"2025-03-15T14:30:44.684Z","repository":{"id":37955082,"uuid":"130085473","full_name":"abritopach/angular-ionic-ngxs-movies","owner":"abritopach","description":"Sample project that shows how to build a Movies Catalog APP with Angular, Ionic, Capacitor and NGXS (State Management).","archived":false,"fork":false,"pushed_at":"2024-05-02T15:31:18.000Z","size":75391,"stargazers_count":71,"open_issues_count":10,"forks_count":26,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-27T03:05:33.645Z","etag":null,"topics":["angular","angular10","angular10-sample","angular13","angular17","angular17newsntax","angular9","capacitor","capacitorjs","ionic","ionic4","ionic5","ionic6","ionic7","ngxs","ngxs-crud","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/abritopach.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":"2018-04-18T15:43:10.000Z","updated_at":"2025-01-26T15:23:36.000Z","dependencies_parsed_at":"2024-05-02T16:54:44.212Z","dependency_job_id":null,"html_url":"https://github.com/abritopach/angular-ionic-ngxs-movies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fangular-ionic-ngxs-movies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fangular-ionic-ngxs-movies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fangular-ionic-ngxs-movies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abritopach%2Fangular-ionic-ngxs-movies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abritopach","download_url":"https://codeload.github.com/abritopach/angular-ionic-ngxs-movies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243742595,"owners_count":20340668,"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":["angular","angular10","angular10-sample","angular13","angular17","angular17newsntax","angular9","capacitor","capacitorjs","ionic","ionic4","ionic5","ionic6","ionic7","ngxs","ngxs-crud","typescript"],"created_at":"2024-10-13T21:26:47.585Z","updated_at":"2025-03-15T14:30:39.668Z","avatar_url":"https://github.com/abritopach.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/h6WVj4HcD"],"categories":[],"sub_categories":[],"readme":"# AngularIonicNGXSMovies\n\n[![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/abritopach) [![License](https://img.shields.io/github/license/abritopach/capacitor-heatmap.svg)](https://github.com/abritopach/capacitor-heatmap/blob/master/LICENSE)\n\n**If this project has been useful to you and you want to help me to keep contributing to the open source with projects, examples, plugins,... collaborate and buy me a coffee.**\n\n\u003ca href=\"https://www.buymeacoffee.com/h6WVj4HcD\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Buy Me A Coffee\"\u003e\u003c/a\u003e\n\nSample project that shows how to build a Movies Catalog APP with Angular (version 13), Ionic (version 6), Capacitor and NGXS (State Management).\n\n**IMPORTANT NOTE:** The project has been updated with the latest versions of Angular (version 17) and Ionic (version 7).\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.\n\nThis project has been updated following the official [Angular update guide](https://update.angular.io/).\n\nThis project shows you how to:\n\n    * Use Capacitor in Ionic.\n    * Use Capacitor Youtube Player (Works on web, android and ios).\n    * Use NGXS for state management in Ionic 6.\n    * Use NGXS plugins:\n        * Devtools: Plugin with integration with the Redux Devtools extension.\n        * Logger: A simple console log plugin to log actions as they are processed.\n        * Forms: Plugin that helps to keep your forms and state in sync.\n    * Show movies list.\n    * Show skeleton when the movies list is being downloaded.\n    * Show movie detail.\n    * CRUD operations:\n        * Add movie.\n        * Update movie.\n        * Delete movie.\n    * Add movies to my favorites list.\n    * Movies view mode in home: list view / card view.\n    * Genre carousel for filtering movies.\n    * Infinite scroll in movies list.\n    * Use YouTube Data API to search movie trailer.\n\nTechnologies: Angular, Ionic, Capacitor, NGXS, TypeScript.\n\n![Technologies](readme_resources/technologies.png \"Technologies\")\n\n## App Example\n\n![App](readme_resources/app.gif \"App\")\n\n## API used in this project\n\nYou can launch the movies API in two ways:\n\n  * [NEW] Use the following project in Deno that I created to learn \u0026 practice my skills: [Movies Rest API with Deno](https://github.com/abritopach/deno-movies-api-rest)\n\n  * Use the option I initially used when developing the project: [JSON Server](https://github.com/typicode/json-server)\n\n\n### Start movies rest API with Deno\n\nCheck out the instructions in the [repository](https://github.com/typicode/json-server)\n\n### Start fake json server\n\n```bash\n    $ cd json-server\n    $ json-server --watch db.json\n```\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n## Capacitor: Add Platforms\n\n``` bash\n    $ npx cap add ios\n    $ npx cap add android\n```\n\n## Capacitor: Syncing your app\nEvery time you perform a build (e.g. npm run build) that changes your web directory (default: www), you'll need to copy those changes down to your native projects:\n\n``` bash\n    $ npx cap copy\n```\n\n## Capacitor: Open IDE to build\n\n``` bash\n    $ npx cap open ios\n    $ npx cap open android\n```\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabritopach%2Fangular-ionic-ngxs-movies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabritopach%2Fangular-ionic-ngxs-movies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabritopach%2Fangular-ionic-ngxs-movies/lists"}