This project is a simple fetching-data-app from News Api to get the latest Worldwide News built with React.js & Axios
Project is created with
- React.js
- axios
- CSS
- Fetch and list worldwide News
- Search latest News by topic
- Filter news by categories
- See more about an article with Read More button.
Clone the Github repository and use npm to install the dependencies
git clone https://github.com/mahmoudabdulmuty/news-app.git
cd news-app
npm i
npm start