React News Blog is a simple web application built using React and the News API to display the latest news articles from various sources. The application displays a list of articles with their title, description, source, and published date. Users can also click on each article to read the full article on the source’s website.
To get started with this project, follow the steps below:
git clone https://github.com/NobleOsinachi/react-news-blog.git
cd react-news-blog
npm install
.env
file in the project root directory with your News API key: REACT_APP_NEWS_API_KEY=YOUR_API_KEY
npm start
React News Blog has the following features:
The News API is used to fetch the latest news articles for this application. You can find more information about the News API at https://newsapi.org/.
This project is licensed under the MIT License. See the LICENSE file for more information.