Create a SPA or mobile app to complete the requirement below
Pre-requisite: create an account in https://newsapi.org/
Requirement:
- The page must have a keyword input field, will call the API ('/v2/everthing') upon "Search" button click
- Display the returned articles in a list style, each item must include itle, urlToImage and description
- When click on the item element, it will display article in a popup modal with title and full page content from the article URL
- (OPTIONAL) A date range filter
- (OPTIONAL) Pagination display
- (OPTIONAL) Responsive design
npm install
npm start