Skip to content

A news summary app using frontend JavaScript and The Guardian API

Notifications You must be signed in to change notification settings

rachelnewby/news-summary-challenge

 
 

Repository files navigation

News Summary Project

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.

Technologies

HTML CSS JavaScript Node.js Jest

How to Run

  1. Clone this repo
  2. npm run install
  3. Generate an API key at The Guardian News API
  4. Save your api key in file named apiKey.js and module export. Add apiKey.js to your .gitignore file
  5. npm run build
  6. open index.html

In Action

Gif of app in action

Yet to do

  • Appealing design!
  • Adding a home button to return the user to the latest stories of the day
  • Improving test coverage

> 95% Test Coverage

Test coverage screenshot

About

A news summary app using frontend JavaScript and The Guardian API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.5%
  • JavaScript 39.2%
  • CSS 11.3%