Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 644 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 644 Bytes

The NeighborGood News App is a responsive React application that displays news articles fetched from an API.

Features:

  • Homepage Layout: Lists news articles with titles, images, and summaries.
  • Category Filtering: Filter articles by categories like Business, Technology, and Entertainment.
  • Pagination: Navigate through multiple pages of articles.
  • Detailed Article View: Click on an article to see its full content and media.
  • API Integration: Fetches articles from a public news API.
  • State Management: Uses React hooks and Redux Toolkit.
  • Optional Features: Search articles by keywords and save favorites using local storage.