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.
- HTML
- SCSS
- TypeScript
- Angular - Front End Framework
- Prime NG - UI Components Library
- Jasmine + Karma - Test framework & runner
- Firebase - Cloud hosting
- Node + NPM
- Angular (version 14.1.1 -
npm install -g angular-cli@14.1.1
)
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