The NeighborGood News App is a responsive React application that displays news articles fetched from an API.
- 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.