A web application that displays the latest news articles from the Guardian API.
The following user stories were incorporated in this project:
- 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
- View today's headlines
- Each headline includes an associated image
- Click a news article title to open the original article in a new tab
- Search for articles using a search query, dynamically filtering the articles on the page
- HTML
- CSS
- JavaScript
- Jest for testing
- The Guardian API
- Clone the repository:
git clone https://github.com/Diliano/news-summary-challenge.git
- Install dependencies:
npm install
- Open index.html in your preferred web browser.
open index.html