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.
- Host: GitHub
- URL: https://github.com/anuragthepathak/news-web-app
- Owner: AnuragThePathak
- Created: 2022-01-06T15:14:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:52:42.000Z (over 3 years ago)
- Last Synced: 2024-05-01T19:01:20.143Z (about 2 years ago)
- Topics: news, pwa, react, webapp
- Language: TypeScript
- Homepage: https://read-news.netlify.app/
- Size: 3.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.