A mobile-responsive web application pulls the latest stories from The Guardian's API, including headline, link and image.
Includes search functionality, allowing the user to search for stories on a topic of their choice; those stories will load and replace the latest stories.
Read the design plan for this program.
- Clone this repo
npm run install
- Generate an API key at The Guardian News API
- Save your api key in file named apiKey.js and module export. Add apiKey.js to your .gitignore file
npm run build
open index.html
- Appealing design!
- Adding a home button to return the user to the latest stories of the day
- Improving test coverage