{"id":18256917,"url":"https://github.com/mediacomem/comem-devmobil","last_synced_at":"2025-04-04T18:30:47.316Z","repository":{"id":41969787,"uuid":"208996158","full_name":"MediaComem/comem-devmobil","owner":"MediaComem","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-14T22:14:23.000Z","size":8800,"stargazers_count":9,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-20T16:52:30.314Z","etag":null,"topics":["angular","ionic","javascript","mobile","typescript"],"latest_commit_sha":null,"homepage":"https://mediacomem.github.io/comem-devmobil/latest","language":"CSS","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/MediaComem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-17T08:11:04.000Z","updated_at":"2024-07-26T14:56:19.000Z","dependencies_parsed_at":"2023-12-18T09:41:54.622Z","dependency_job_id":null,"html_url":"https://github.com/MediaComem/comem-devmobil","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/MediaComem%2Fcomem-devmobil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-devmobil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-devmobil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MediaComem%2Fcomem-devmobil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MediaComem","download_url":"https://codeload.github.com/MediaComem/comem-devmobil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247229126,"owners_count":20904988,"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","ionic","javascript","mobile","typescript"],"created_at":"2024-11-05T10:24:08.174Z","updated_at":"2025-04-04T18:30:46.648Z","avatar_url":"https://github.com/MediaComem.png","language":"CSS","readme":"# COMEM+ Mobile Development Course\r\n\r\nThe goal of this course is to learn how to develop hybrid mobile applications,\r\nthat is web apps embedded into native wrappers for multiple platforms.\r\nYou will:\r\n\r\n- Learn about hybrid mobile application development with [Ionic][ionic] and [Capacitor][capacitor]\r\n- Learn the **core principles** of [Angular][angular]\r\n- Design and develop a **frontend mobile application** optionally based on the API developed in the [previous course][archioweb]\r\n- Add a **real-time** component to your hybrid mobile application\r\n- Run the mobile application on your **phone** (ideally)\r\n\r\n## What you will need\r\n\r\n- A Unix CLI:\r\n  - On Mac, the Terminal will do fine ;\r\n  - On Windows, you should install [Git Bash][git-for-windows] (that comes with Git For Windows). You could also work with the [Windows Subsystem Linux (WSL)][install-wsl] but it requires more setup ;\r\n- [Git][git-downloads] (on Windows, download and install [Git for Windows][git-for-windows] to install Git and Git Bash at the same time) ;\r\n- A free [GitHub][github] account ;\r\n- A web browser (recommended are [Edge][edge] or [Chrome][chrome], but any browser with developer tools will do) ;\r\n- [Node.js][node] 20+ (latest Iron LTS version)\r\n- Latest [Ionic CLI][ionic-cli] 7+\r\n- An IDE or code editor of your choice (although [VS Code][vs-code] is **strongly** recommended)\r\n\r\n## Plan\r\n\r\n- [Introduction](./subjects/introduction)\r\n\r\n- [Observables with Rxjs](./subjects/rxjs)\r\n\r\n- Ionic\r\n\r\n  - [TypeScript](./subjects/ts)\r\n  - [Angular (Standalone)](./subjects/angular-standalone)\r\n  - [Ionic navigation with Angular](./subjects/ionic-angular)\r\n\r\n- App Development\r\n\r\n  - Mockups\r\n  - [Live setup][setup-project] (Tailored for the Travel Log subject with Angular, but it can help you kickstart your own app)\r\n\r\n## Complementary subjects\r\n\r\n- [Angular Forms With Ionic](./subjects/angular-forms-ionic)\r\n\r\n- Extras\r\n\r\n  - [Geolocation with Ionic](https://capacitorjs.com/docs/apis/geolocation)\r\n  - [Taking pictures and uploading them to qImg](https://github.com/MediaComem/comem-devmobil/blob/master/IMAGE-UPLOAD.md#image-upload)\r\n  - [Intergrating Leaflet with Angular](./subjects/angular-leaflet)\r\n\r\n- Real-Time\r\n\r\n  - [WebSocket](./subjects/websocket)\r\n\r\n## Optional subjects\r\n\r\n- [Javascript: basics and more](./subjects/js)\r\n- [JavaScript: prototypes](./subjects/js-prototypes)\r\n- [JavaScript: classes](./subjects/js-classes)\r\n- [JavaScript: modules](./subjects/js-modules)\r\n- [JavaScript: basic promises](./subjects/js-promises-basics)\r\n- [JavaScript: advanced promises](./subjects/js-promises)\r\n- [JavaScript: closures](./subjects/js-closures)\r\n- [Advanced Angular](./subjects/advanced-angular)\r\n\r\n## Useful links\r\n\r\n- [Travel Log API Repository][travel-log-repo]\r\n- [Travel Log API documentation][travel-log-api]\r\n- [qimg API][qimg]\r\n\r\n## Evaluation\r\n\r\n**Features**\r\n\r\n- A user must be able to register and/or log in (depending on the API's capabilities).\r\n- A user must be able to manage the main resources of the API's domain model:\r\n  - A user must be able to create new instances of all the main resources of the domain model (e.g. create Trips and Places in the Travel Log).\r\n  - A user must be able to modify at least one of the resources of the domain model (e.g. update a Trip's title and description in the Travel Log).\r\n  - A user must be able to delete at least one of the resources of the domain model (e.g. delete a Place in the Travel Log).\r\n- At least two mobile-oriented features must be used, for example:\r\n  - Geolocation of the user (e.g. to center a map on the user's location, or to determine a Place's location in the Travel log).\r\n  - Pictures taken with the phone's camera.\r\n    **You are not required to exclusively implement those two ; you can choose completly others ones depending on your subject**\r\n- There must be a map showing geolocated resources (with more than one item on the same map).\r\n- There must be a resource list with filters/search parameters.\r\n\r\n**Implementation**\r\n\r\n- The app must follow Angular and Ionic best practices.\r\n- The app must use an approved API.\r\n- Asynchronous code must be correctly handled (e.g. callbacks, promises and/or observables).\r\n- The app must provide **clear feedback** (`console.error` calls are **NOT** clear feebacks...) to the user when errors are likely to occur:\r\n  - When submitting a form (input might be invalid or the API call might fail).\r\n  - When geolocating the user (it might fail).\r\n- Secrets (passwords \u0026 keys) **must not** be committed to the Git repository.\r\n\r\n**Presentation**\r\n\r\nYou must provide a presentation for your app.\r\nThis can be **either** in the form of a **user guide** or in the form of a **pitch** as if it were a real app that you were going to sell.\r\nYou can choose from the following options (one is enough):\r\n\r\n- You can present the app in the README or the Wiki of the GitHub repository for the app.\r\n- You can make a **webcast/video** demonstrating or selling your app.\r\n- You can provide a tutorial **inside** the app.\r\n- You can use any other presentation tool (subject to approval) but your user guide or pitch must be available online.\r\n\r\n### Delivery\r\n\r\nEach group must send an e-mail **at a yet-to-be-defined date (probably at the end of january)** to [Mathias Oberson](mailto:mathias.obserson@heig-vd.ch) with:\r\n\r\n- The list of group members.\r\n- The link to your source code repository on GitHub.\r\n- The link to your webcast, presentation page or user guide (if it's not in the repository).\r\n\r\n[angular]: https://angular.io\r\n[archioweb]: https://github.com/MediaComem/comem-archioweb\r\n[chrome]: https://www.google.com/chrome/\r\n[capacitor]: https://capacitorjs.com/\r\n[edge]: https://www.microsoft.com/en-us/edge\r\n[git-downloads]: https://git-scm.com/downloads\r\n[git-for-windows]: https://gitforwindows.org/\r\n[github]: https://github.com\r\n[ionic]: http://ionicframework.com\r\n[ionic-cli]: https://ionicframework.com/docs/cli\r\n[ionic-getting-started]: http://ionicframework.com/getting-started/\r\n[node]: https://nodejs.org/\r\n[qimg]: https://comem-qimg.onrender.com/doc\r\n[setup-project]: https://github.com/MediaComem/comem-travel-log-ionic-setup\r\n[travel-log-api]: https://demo-travel-log-api.onrender.com/\r\n[travel-log-repo]:https://github.com/Tazaf/comem-travel-log-api\r\n[vs-code]: https://code.visualstudio.com/\r\n[install-wsl]: https://learn.microsoft.com/fr-fr/windows/wsl/install\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediacomem%2Fcomem-devmobil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmediacomem%2Fcomem-devmobil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediacomem%2Fcomem-devmobil/lists"}