https://github.com/sethshivam11/newsapp
This is a News App which can be used to grab quick daily news bites. This App provides you with daily weather, politics, sports, and more news related content.
https://github.com/sethshivam11/newsapp
bootstrap newsapi reactjs
Last synced: 5 months ago
JSON representation
This is a News App which can be used to grab quick daily news bites. This App provides you with daily weather, politics, sports, and more news related content.
- Host: GitHub
- URL: https://github.com/sethshivam11/newsapp
- Owner: sethshivam11
- Created: 2023-08-16T13:47:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T13:39:14.000Z (over 1 year ago)
- Last Synced: 2025-07-12T17:43:50.139Z (12 months ago)
- Topics: bootstrap, newsapi, reactjs
- Language: JavaScript
- Homepage: https://newsapp-zbed.onrender.com
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newsapp
- This is a basic news app which is built using Reactjs and data is fetched from newsapi.
## To clone this project
`git clone https://github.com/sethshivam11/newsapp.git`
`cd newsapp`
## To build the project
`npm run build`
## To run the project
`npm start`
## Environment variables
`PORT`
`API_KEY`
`NODE_ENV` -- expected value `production`