An open API service indexing awesome lists of open source software.

https://github.com/anuragthepathak/news-web-app

Get news across the world. Web version of the News-Feed-App.
https://github.com/anuragthepathak/news-web-app

news pwa react webapp

Last synced: 3 months ago
JSON representation

Get news across the world. Web version of the News-Feed-App.

Awesome Lists containing this project

README

          

# Read News

Web Version of [News Feed App](https://github.com/AnuragThePathak/News-Feed-App).

- Read News is a web app that fetches news from various news sources and displays them on a web page.
- You will get news of total 7 categories which are Business, Entertainment, General, Health, Science, Sports, Technology.
- It uses a [News API](https://github.com/SauravKanchan/NewsAPI) to fetch news.
- It uses [React](https://reactjs.org/) and [React Router](https://reactrouter.com/) to render the news.
- It uses [Bootstrap](https://react-bootstrap.github.io/) to style the news.
- It is deployed on [Netlify](https://read-news.netlify.app/).
- At this moment, you will be getting one set of news per day due to limitations of the News API, but I am planning to start developing an API myself within a few months.

## Testing

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.