joycodes / news-articles-app

This is a Flask application that helps users list and preview news articles from various sources.

Home Page:https://news-today10.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Articles App

This is a Flask application that helps users list and preview news articles from various sources.

By Joyce Nguttu

Description

The application consumes the NewsAPI hence the application provides the following functionalities to users:

  • View trending stories. These are displayed on the landing page. Each carousel item has a clickable link that allows the user to read the trending story's article.
  • Have access to news sources. The user has access to over 50 news sources of various categories. These are displayed on the landing page in card format for each news source.
  • Search for articles from all around the world.

image

Live link

Visit the application on https://news-today10.herokuapp.com/ .

Development

To make advancements/modifications, follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Installation requirements

You don't need to install anything you only need internet connection

Technologies Used

Technologies used to develop this application:

  1. Python v3.8
  2. Flask
  3. Flask-Bootstrap
  4. HTML
  5. CSS

License

License

Copyright (c) 2022 Joyce Nguttu

About

This is a Flask application that helps users list and preview news articles from various sources.

https://news-today10.herokuapp.com/

License:MIT License


Languages

Language:Python 99.5%Language:HTML 0.2%Language:JavaScript 0.1%Language:PowerShell 0.1%Language:C 0.1%Language:CSS 0.1%Language:Shell 0.0%Language:Procfile 0.0%