Skip to content

sumandey07/News-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEWSIQ

A Simple News App Made using ReactJS and NewsAPI

At first create an account at https://newsapi.org/ then you will get an api key.

Now create a .env file (like the .env.example file) in the root folder and save the api key value as 'REACT_APP_NEWS_API'.

REACT_APP_NEWS_API= <api_key>

Now run 'npm i' and then run 'npm start'

Then you can go to the website at http://localhost:3000 .

Releases

No releases published

Packages

No packages published