Using the news viewer, users are able to search for a given news source view the associated top articles.
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/
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.
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.
MIT