Skip to content

Latest commit

Β 

History

History
39 lines (28 loc) Β· 1.01 KB

File metadata and controls

39 lines (28 loc) Β· 1.01 KB

Next Gen - Technical Feed

A modern news aggregation platform focused on technical advancements and technology news, built with Next.js and powered by NewsAPI.

πŸš€ Features

  • Real-time Tech News: Latest technical advancements and technology news
  • Smart Search: Keyword-based search functionality for targeted content
  • Modern UI: Responsive design with smooth user experience
  • Fast Performance: Optimized with Next.js and efficient state management
  • API Integration: Seamless integration with NewsAPI for live data

πŸ› οΈ Tech Stack

  • Next.js: React framework for production
  • Redux Toolkit: State management
  • RTK Query: Data fetching and caching
  • NewsAPI: News data source
  • React: UI library
  • JavaScript/TypeScript: Programming language

🏁 Quick Start

1. Clone Repository

git clone https://github.com/yourusername/nextgen-technical-feed.git
cd nextgen-technical-feed

2. Install Dependencies

npm install
# or
yarn install