Skip to content

hellomlorg/news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Aggregator Website

This is a simple news aggregator built with React JS. This makes use of newsapi to get the news feed.

Tech Used

  1. Node
  2. NPM
  3. NewsAPI
  4. React JS with create-react-app

Usage

  1. First, clone the repository with the following command and then enter the directory.
git clone https://github.com/hellomlorg/news-app
cd news-app
  1. We made use of a third party API to obtain the news. It can be accessed via News API. Create an account here and get an API key to use in the project.
  2. Open /src/config.js and replace "ENTER YOUR KEY HERE" with the key you generated in step 2.
  3. Now that you are in the repository, enter the below command to install all the dependencies.
npm install

or

npm i
  1. Now, we start the project.
npm start
  1. Head to http://localhost:3000 in any browser to view the project.

Recommended Reading

You can learn more about react from reactjs.org.

License

This project is opensourced under the MIT License.

Contributing Guidelines

We welcome all kinds of PRs which improve this project. Make sure that you open an issue before you start contributing to it.