Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.07 KB

news-viewer

Using the news viewer, users are able to search for a given news source view the associated top articles.

Get Started

To use the news-viewer, fork or download the respository to run it locally on port 3000.

$ npm start

The application will then be available on localhost:3000/

Features

News Viewer that allows user to:

  • search for news sources,
  • view a list of news sources,
  • when a news source is clicked, show a list of associated articles from that particular source,
  • the list of associated articles for a particular source should be sortable.

How To Use News Viewer

To search for a news source, type into the search bar to view news sources that meet you search criteria.

By selecting a news source, users are rerouted to an article page with the top headlines from that news source. The list of articles can be sorted by newest, oldest, and also reset to the landing order.

License

MIT