In context, your parents are busy workers and they get home really late. They always miss the news and they are very frustrated since they can't keep up with current affairs. You are a developer and will use your skills and prowess to remedy this problem. You will hence create an application that will help them list and preview news articles from various sources.
Behaviour | Given | Output |
---|---|---|
Display articles based on a single source | ABC on input form | Display all articles for ABC |
Read an article on its url page | CLick 'Read more' button | Redirect to respective aricles homepage |
Here is a working live demo: https://newshighlightskwa.herokuapp.com/
At the homepage, the user is able to see various news sources
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug, kindly open an issue here
If you'd like to request a new function, feel free to do so by opening an issue here.
- Flask - For both backend and fronted.
- News API. News API provides a wonderful API that allows you to search worldwide news articles and headlines from all over the web in real-time.
Copyright (c) 2019 Karangu Lucas Wairore