KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
React-MyNews
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
watcher-ts
:
No description available.
vite-plugin-worker
:
No description available.
ktgpio-example-app
:
Kotlin/Native example app using ktgpio to turn GPIO Raspberry PI pins on and off
CLTV_Prediction
:
No description available.
DoXpy
:
Replication package for the KNOSYS paper titled "An Objective Metric for Explainable AI: How and Why to Estimate the Degree of Explainability".
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
React-MyNews
?
Download (.md)
# News App - React Application to view news stories from sources around the world. Built with [React](https://reactjs.org/) as frontend JavaScript framework. ## Requirements - [Create React App](https://github.com/facebook/create-react-app) - [Bootstrap 4](https://getbootstrap.com/) - [Node.js](https://nodejs.org/en/) >8.x and [npm](https://www.npmjs.com/) - [News API](https://newsapi.org/) key ## Installation ### Clone Project ```sh git clone https://github.com/AlanBinu007/React-MyNews ``` ### Install dependencies Install `npm` dependencies with Yarn: ``` yarn ``` ### Get API key for News service Head to [http://newsapi.org](http://newsapi.org), signup or login to and get an API key ### Add details in `.env.local` file Create `.env.local` file from example `.env` file and maintain necessary details in it e.g. API key etc ```sh cp .env .env.local ``` ### Development Server Run `yarn start` for a development server. Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files. ## Other ### Build ```sh yarn build ``` Builds the app for production to the `build` folder. ### Running unit tests ```sh yarn test ``` Runs the test watcher in an interactive mode.