Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.79 KB

README.md

File metadata and controls

51 lines (26 loc) · 1.79 KB

Screenshot 2024-09-27 at 17 06 29

News-ReactVite-Webpage

News App is a React-Vite Random Current World Related Live News project, using GNews API, Axios for the HTTP Client Request, display the News in different Category in Navbar, display the details in a Popup page, Read more as Source Link and deploy on Vercel.

Note: To check this web app live, click here: https://news-arnob.vercel.app/

To Install Dependences

Before launching this web application, be sure to install all required dependencies, which are listed in the package.json file.

To install all dependences, run this command from your project folder: npm install

To Install NodeJS

Make sure you have NodeJS installed in your machine first, The installation instructions are here: https://nodejs.org/en/

Run your project: npm run dev

Run on your browser Local: http://localhost:5173/

About GNews API

Visit the website: https://gnews.io/docs/v4#authentication

And create an account and submit your email to get the API key.

To Setup .env File

you must create an .env file in your project folder and save your API key or other sensetive info.

Example:

VITE_NEWS_API_KEY=

To Setup Axios For HTTP Resquest

npm install axios

For more details, visit: https://axios-http.com/docs/intro

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: