An open API service indexing awesome lists of open source software.

https://github.com/simplecyber/newshub

NewsHub: NewsHub is a modern news aggregation platform that fetches real-time news from various sources using the NewsAPI.
https://github.com/simplecyber/newshub

Last synced: 11 months ago
JSON representation

NewsHub: NewsHub is a modern news aggregation platform that fetches real-time news from various sources using the NewsAPI.

Awesome Lists containing this project

README

          

# NewsHub

NewsHub is a modern news aggregation platform that fetches real-time news from various sources using the **NewsAPI**. It provides users with the latest updates on multiple categories such as business, entertainment, technology, sports, and more.

## 🚀 Live Demo
You can check out the live version of NewsHub here:

[NewsHub Live](https://newshubs.vercel.app/)

## 🛠️ Tech Stack

### Frontend
- **React.js** – For building the user interface.
- **Vercel** – For fast and efficient deployment.

### Backend
- **Node.js & Express.js** – For handling API requests.
- **Render** – For deploying the backend server.

### API
- **NewsAPI** – Fetches the latest news articles.

### Tools
- **Postman** – API testing and debugging.
- **GitHub** – Version control and collaboration.

## 🔧 Installation & Setup

1. **Clone the repository**
```sh
git clone https://github.com/SimpleCyber/NewsHub.git
cd NewsHub
```

2. **Install dependencies**
```sh
npm install
```

3. **Run the frontend**
```sh
cd client
npm start
```

4. **Run the backend**
```sh
cd server
npm start
```

## 💡 Acknowledgments
- Thanks to [NewsAPI](https://newsapi.org/) for providing real-time news data.