Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 708 Bytes

File metadata and controls

22 lines (12 loc) · 708 Bytes

HackerNews

This project was generated with Angular CLI version 10.1.7.

Development server

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.

  1. Develop a web application in Angular which follows the basic design of Hacker News (https://news.ycombinator.com/) and that is consuming HackerNews REST API to:

     Display the top 5 Stories; 
     Display top 3 comments of those stories;
    
  2. Please provide your test in a public git repository

  3. Bonus points:

    include Unit Tests

Documentation:

HackerNews REST API: https://github.com/HackerNews/API