/Angular-News-Feed-app

News feed application written on Angular 4.

Primary LanguageTypeScript

Angular-News-Feed-app

News feed application written on Angular 4.

Create application to display news based on existing public API

API endpoint https://newsapi.org/

Application should consist of the following pages

  1. Page to display the list of news
    • Ability to select different sources of news
    • Each news type should be displayed on its own type of cards
  2. Page to display detailed news info
  3. Page for “save for later” news list Ability to save news for later should be provided on main page. Save may be implemented using local storage.
  4. Page for adding custom news
    • News title
    • News text
    • Add button
  5. Page for added news with ability to go to detailed view and delete news entry.

Here you can find source .ts files which have been used to create and deploy a Demo

News-details cards have been duplicated bacause of requirements (place for future optimization).