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.
- Host: GitHub
- URL: https://github.com/simplecyber/newshub
- Owner: SimpleCyber
- Created: 2025-02-19T07:47:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T09:09:43.000Z (over 1 year ago)
- Last Synced: 2025-03-11T21:55:36.780Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://newshubs.vercel.app
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.