{"id":17359085,"url":"https://github.com/deeleman/wefoxmap","last_synced_at":"2026-04-12T00:41:33.392Z","repository":{"id":149089029,"uuid":"138418350","full_name":"deeleman/wefoxmap","owner":"deeleman","description":"A POC showcasing the power of Angular for building simple-yet-poweful SPA applications leveraging Google Maps API","archived":false,"fork":false,"pushed_at":"2018-06-28T19:39:27.000Z","size":581,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T19:45:03.774Z","etag":null,"topics":["angular","angular6","css","html","javascript","redux","sass","scss","typescript"],"latest_commit_sha":null,"homepage":"https://wefox-map.herokuapp.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeleman.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-06-23T16:50:50.000Z","updated_at":"2018-06-28T19:39:28.000Z","dependencies_parsed_at":"2023-06-30T04:00:09.325Z","dependency_job_id":null,"html_url":"https://github.com/deeleman/wefoxmap","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/deeleman%2Fwefoxmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeleman%2Fwefoxmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeleman%2Fwefoxmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeleman%2Fwefoxmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeleman","download_url":"https://codeload.github.com/deeleman/wefoxmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245878925,"owners_count":20687297,"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","angular6","css","html","javascript","redux","sass","scss","typescript"],"created_at":"2024-10-15T19:08:01.814Z","updated_at":"2026-04-12T00:41:33.359Z","avatar_url":"https://github.com/deeleman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wefox Map\n\n[![Build Status](https://travis-ci.org/deeleman/wefoxmap.svg?branch=master)](https://travis-ci.org/deeleman/wefoxmap)\n\nThis repository hosts the a POC project to showcase the capabilities of Angular for rapidly bootstrapping advanced web projects. It depicts a fictional geo localization application enlisting Wefox offices visually on a map.\n\nThis project was generated automatically from an instance of [NGX-Starter Project](https://github.com/deeleman/ngx-starter), built on top of [Angular CLI](https://github.com/angular/angular-cli).\n\n## Live demo\n\nA **live demo** is available at https://wefox-map.herokuapp.com.\n## General implementation notes\nThe following is a nont-detailed list of frontend architectural features for this project:\n\n- Implements the REDUX design pattern on top of the [@NGRX](https://github.com/ngrx/platform) library\n- Implements a full blown up Side-Effects integration, base on [@ngrx/effects](https://github.com/ngrx/platform)\n- All the visual layer is custom-made on top of SASS following the SCSS syntax\n- TypeScript implementation is configured to leverage `@wefox` namespaced paths.\n- No config values are hardcoded anywhere, centralizing all the project settings within the `@wefox/settings` namespace.\n- The same principle applies to the CSS implementation, with a full CSS split into generators and actual CSS implementation. Components' stylesheets can also consume the available SASS mixins, variables and functions out of the box by appending `@import \"wfx-toolkit\";` in the component stylesheet. The Angular Schematics scheme has been modified to generate SCSS files by default.\n- The application embraces state management observing immutability at all times.\n- Angular providers implementation take advantage of the advanced Angular dependency injection system and the [Liskov principle](https://en.wikipedia.org/wiki/Liskov_substitution_principle) to prevent circular references and easy provider mocking, stubbing and replacement.\n- The overall filesystem has been envision to allow easy and quickly scaling, including a `SharedModule` to easy integrate common use pipes, directives and components in the future.\n- Regardless component domains (AKA `src/app/posts`, for instance), application entities are available from the `@wefox/platform` domain. Additional testing tools can be fetched from `@wefox/platform/testing`.\n- Although not fully responsive, the application plays nicely with tablet devices and can even be added as a shortcut app on IPads and Android devices.\n\nPlease refer to the repository maintainers for questions regarding architectural approach or implementation nuances.\n\n## Running the application in dev mode\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\n## Building the application for production\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/wefox` directory. Use the following commands for generating a production-ready build:\n- `$ ng build --prod` for a regular build.\n- `$ ng build --aot --prod` for a more lean and optimized build with [advanced-of-time compilation](https://angular.io/guide/aot-compiler) (recommended).\n\n## Running the unit tests and linting your code\n\nThe project features a shallow TDD layering, with the purpose of showcasing how easy is to implement advanced unit testing in Angular. Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\nThe application also provides suport for automated linting. Please run `ng lint` to ensure your code conforms with the linting rules in place.\n\nBoth testing and linting functionalities are automatically driven by the CI on each and every build. You can [check the build results here](https://travis-ci.org/deeleman/wefoxmap).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeleman%2Fwefoxmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeleman%2Fwefoxmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeleman%2Fwefoxmap/lists"}