Skip to content

trungvose/zyllem-front-end-test

Repository files navigation

Zyllem Front End Test

Requirement

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

  1. Feature article: Comes with a feature image URL
  2. Normal article: Comes with description property

The two types of articles share a number of common properties, such as URL and author.

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/
  5. Enjoy the test and good luck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published