A JS web app that queries the News API (https://newsapi.org) for current news and dynamically populates the page with clickable images of all the stories returned from the source (a news agency selected from the dropdown or ALL THE NEWS AGENCIES). Clicking an image opens a modal box with the headline, summary and link to the full article. (This was a product of a class homework; the remit: to make a web app that utilises an external API)
- Clone the 4thEstate git
- In terminal:
- run 'npm install'
- run 'npm build'
- run 'npm start'
- Open browser at http://localhost:3000/
- Node.js
- npm
- a website browser
- [Node.js]
- [Express.js] - Web framework
- Stuart Bryce - All things - StuCorp




