Skip to content

KingsleyChimezie/hacker-news-latest-stories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Hacker News Latest Stories

Clean UI to display the latest (new) stories from Hacker News, via their API.

Using Angular to utilise the Hacker News API to create a small web application that shows the latest stories.

Stack

Prerequisites

  1. Node + NPM
  2. Angular (version 14.1.1 - npm install -g angular-cli@14.1.1)

Guide

Clone repository:
git clone https://github.com/KingsleyChimezie/hacker-news-latest-stories.git

Enter Angular folder:
cd frontend-angular

Install dependencies:
npm i

To run application in browser:
ng serve --o

To output a code coverage report:
ng test --code-coverage


© 2022 Kingsley Chimezie