A web application made using Python's Flask that uses the News API to allow a user to keep up with the World News by providing them with daily highlights straight from their preferred sources.
- A landing page with a list of some of the most popular news publishers that exists in the world right now.
- A display of articles from a selected news publisher.
- A navigation bar with a link to navigate back to the landing page.
Behaviour | Input | Output |
---|---|---|
Page loads, landing page with a list of the various, news sources. | The user , once in the landing page, can click on a news source to get articles from that specific news publisher. | The day's articles from that news publisher as well as an option to read the full article from the publisher's website, are displayed. |
Here is a run through of how to set up the application:
- Step 1 : Clone this repository using the git clone link:
git clone https://github.com/Isaacg94/news-highlight
- Step 2 : Navigate to the directory:
cd news-highlight-master
- Step 3 : Open the directory created with your favorite IDE. If Atom type
atom .
if VSCode typecode .
. This will lauch the editor with the project setup, - Now feel free to hack around the project.
- None currently.
- Python 3.6.8
- HTML
- CSS
- Bootstrap 4.3.1
Primary E-mail Address: 7248zack@gmail.com
Copyright (c) 2019 Isaac Gichuru