Zyllem Front End Test

Requirement

Build a simple application to show an article list. There are two types of article.

  1. Feature article
  • Come with a feature image URL.
  1. Normal article.
  • Come with description property.

Your task is to get the list of articles from getArticles() inside ZyllemApiService and represent it on the UI.

Run

Recommend to use Visual Studio Code and Angular Language Service

  1. Download and install NodeJS
  2. Open the command line tool and cd to this folder directory.
  3. Run npm install to install all the dependencies need.
  4. Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
  5. Enjoy the test and good luck.