NewsApp provides the latest news for different fields. This is a React JS project in which NEWSAPI KEY is used to fetch all the latest news of the society.
VARIABLE | Sample value |
---|---|
REACT_APP_API_KEY | Make your own API KEY from https://newsapi.org/ |
- Install Node.js
- Install npm
- Clone this github repo.
- In the local project directory, create a new file called "
.env
". - Setup the environment variables as described above.
- Open the local project directory in a terminal, and run:
npm install
. - run:
npm start
.