Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrhrifat/world-news
World News is a simple application that show a list of the top headlines from the world news. The news is updated every hour. They have some categories of news. This appilcation is built with ReactJS.
https://github.com/mrhrifat/world-news
javascript js news news-api react react-js react-router reactjs world-news worldnews
Last synced: 29 days ago
JSON representation
World News is a simple application that show a list of the top headlines from the world news. The news is updated every hour. They have some categories of news. This appilcation is built with ReactJS.
- Host: GitHub
- URL: https://github.com/mrhrifat/world-news
- Owner: mrhrifat
- License: gpl-3.0
- Created: 2021-11-04T05:20:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T07:31:17.000Z (about 2 years ago)
- Last Synced: 2024-11-13T20:23:51.664Z (3 months ago)
- Topics: javascript, js, news, news-api, react, react-js, react-router, reactjs, world-news, worldnews
- Language: JavaScript
- Homepage: https://github.com/mrhrifat/world-news
- Size: 465 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## World News
World News is a simple application that show a list of the top headlines from the world news. The news is updated every hour. They have some categories of news. This appilcation is built with ReactJS.## Features
- Top headlines from the world news
- 7 categories of news
- News updated every hour
- Search for news by category
- Next/Previous page
- Jump to specific page
- Country filter
- Category filter## Demo
View Here (Click to expand)
**Note:** This project isn't available on server. To use in local follow [this](#how-to-use)
## How To Use
1. Clone the [repository](https://github.com/mrhrifat/world-news).
2. Extract directory.
3. Open directory with IDE.
4. Open Terminal.
5. Run with
```
npm start
```
6. Enjoy**Note:** If you get any error while running this project, please create an Issue.
## How To Contribute
I will be open to any contribution. If you have any idea, please let me know. I will be happy to help you.
1. Fork this repository
2. Clone on your local environment with IDE.
3. Makes your changes to code.
4. Commit your changes.
5. Create a new pull request
6. Wait for the pull request to be merged.**Note:** If you want to do a major changes than first create an Issue.
## License
This project is licensed under [GPL-3.0](https://github.com/mrhrifat/world-news/blob/master/LICENSE.md).