Giter Club home page Giter Club logo

agl-code-challenge's Introduction

AglCodeChallenge

AglCodeChallenge Screenshot

Intro

This coding challenge was built using Angular v10 and the Angular CLI. The project demonstrates Angular best practices. The development has been time boxed, while this limitation prevented the demonstration of advanced concepts such as PWA's, service worker and NGRX it is still engineered to demonstration the many benefits of using Angular and its feature.

How to

Angular Best Practices

Tests

How to

# Install dependencies
npm install

# Run application
npm start

# Run unit tests
npm test

# Run e2e test
npm run test:e2e

Angular Best Practices

Below are a few Angular best practices that have been implement that I would like to highlight. There are many more which can be found matched against the official list. https://angular.io/guide/styleguide

Feature module

  • Separated related features into Angular modules (PetsModule, SharedModule)

Performance

  • Use of OnPush change detection strategy to limit needless renders
  • Lazy loading modules to increase init page load and reduce page weight

Services

  • Use of the provideIn: root
  • Single responsibility
  • Talk to the server through a service

Reusability

  • Built reusable components
  • Singleton Services to be shared (MenuService, PeopleService)

Application structure and NgModules

  • LIFT
  • Folders-by-feature structure

Tests

Coverage reports will be generated when running npm test and can be found under the folder coverage/

# Run unit tests
npm test

# Run e2e test
npm run test:e2e

Unit Tests

AglCodeChallenge Screenshot

e2e Tests

AglCodeChallenge Screenshot

agl-code-challenge's People

Contributors

philipperoy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.