trungvose / zyllem-front-end-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 76.7%Language:JavaScript 13.2%Language:HTML 9.5%Language:CSS 0.6%