Skip to content

Diliano/news-summary-challenge

 
 

Repository files navigation

News App

Overview

A web application that displays the latest news articles from the Guardian API.

User Stories

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

Features

  • 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

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Jest for testing
  • The Guardian API

Installation

  1. Clone the repository:
git clone https://github.com/Diliano/news-summary-challenge.git
  1. Install dependencies:
npm install
  1. Open index.html in your preferred web browser.
open index.html

About

Makers Academy - Week 7: Javascript Web Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • CSS 18.4%
  • HTML 9.6%