This project was generated with Angular CLI version 10.1.7.
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.
-
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;
-
Please provide your test in a public git repository
-
Bonus points:
include Unit Tests
Documentation:
HackerNews REST API: https://github.com/HackerNews/API