Skip to content

mat-diak/news-summary-challenge

 
 

Repository files navigation

How to setup:

> npm install

place your Guardian API key in the .env template file
open index.html in the browser

Guardian API

https://open-platform.theguardian.com/access/

To run build:

npm run build

User Stories

Some of these stories will need decomposing if they seem too large.

As a busy politician
So I know what the big stories of the day are
I can see all of today's headlines in one place
As a busy politician
So that I have something nice to look at
I can see a relevant picture to illustrate each news article when I browse headlines
As a busy politician
So I can get a few more details about an important story
I can click a news article title which links to the original article
As a busy politician
So I can search what I want to read about
I can specify a search query on the page and get articles matching this search

Developed features:

  • the page shows 10 newest articles from the Guardian
    • each with picture and headline

Features in development:

  • user can click on the headline- taking him to the original article
  • user can specify a search query to only see relevant articles

Demo

alt text

Domain Model

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • CSS 4.7%
  • HTML 3.9%