The News App is a web application that integrates various social media APIs to display analytics and trends. Currently, it supports fetching and displaying news articles from NewsAPI and visualizing trends using charts.
- News Dashboard: Displays the latest news articles in a card format styled like a newspaper.
- Charts: Visualizes trends using line charts with data fetched from NewsAPI.
- React: Front-end library for building user interfaces.
- Chart.js: Charting library for visualizing data.
- Axios: HTTP client for making API requests.
- NewsAPI: Provides news articles for the dashboard.
- Vite: Development server and build tool.
To get started with this project, follow these steps:
- Clone the repository: git clone https://github.com/Egbemichel/News-app.git