This is a news app made using React, bootstrap and news API.
This fetches the app from the news api and then renders it in the frontend in form of cards.
monkeyNews.mp4
You can run it in your local server by:
-
Cloning this repository by running
git clone https://github.com/ChiragDogra/news-app.git
provided, you have git installed. -
Go to the root directory and run
npm install
oryarn install
-
After the repositories get installed run
npm start