NewsHash is simple,fast,userfriendly website to fetch updated news from verious domain such as Entertainment,Spots,Technology etc...
- React Js
- Newsapi
- Bootstrap 5
- Node js
- Express
To clone and run this Website, you'll need Git and Node installed on your computer.For API key create free account on Newsapi and follow this command on favourite terminal :
# Clone this repository
$ git clone https://github.com/Akash-Tandale001/Newshash.git
# Go into the repository
$ cd Newshash
# Install dependencies
$ npm install
Create .env.local file in side Newshash folder and add following text with your own api key.
REACT_APP_NEWS_API= "Your Api key"
Start development server with following command.
$ npm run start