hackernews-clone icon indicating copy to clipboard operation
hackernews-clone copied to clipboard

HackerNews clone built with Angular 5 using the official firebase HackerNews API

Hackernews clone using Angular 5

Current Version Live Demo

This is an angular web app powered by RxJS that provides the most of the functionalities of hackernews without the login functionality

Demo Preview Live Demo


Features

  • Support for:
    • https://kapillamba4.github.io/hackernews-clone/newstories
    • https://kapillamba4.github.io/hackernews-clone/beststories
    • https://kapillamba4.github.io/hackernews-clone/askstories
    • https://kapillamba4.github.io/hackernews-clone/showstories
    • https://kapillamba4.github.io/hackernews-clone/jobstories
  • View comments for a story feed
  • View user data

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.


Usage

Once the dependencies are installed, you can run npm start to start the application.

App will be live at localhost:4200


License

You can check out the full license here

This project is licensed under the terms of the MIT license.