NewsSpot is a React-based app that provides real-time news using a news API, styled with Bootstrap for a responsive and attractive design.
Features
Real-time news from trusted APIs.
Category-based filtering and keyword search.
Responsive design with Bootstrap.
Pagination and dark mode support.
Technologies
Frontend: React.js
Styling: Bootstrap
API: NewsAPI or similar
Setup
- Clone the repo:
git clone https://github.com/yourusername/newsspot.git
cd newsspot
- Install dependencies:
npm install
- Run the app:
npm run dev