Used the mediastack API to build a responsive news aggregator app. This project is powered by:
- MEDIASTACK API - All news data gotten from mediastack API.
The live project is available here .
- ReactJS
- Styled Components for styling.
- MEDIASTACK API
- Clone the Repository and change directory
git clone https://github.com/chideraao/newsfeed.git
cd newsfeed
- Install the dependencies.
npm install
- Run app locally.
npm start