News App is a Web Application to get the latest news from around the world. It uses the API to fetch the news data. The application is built using React.js and Bootstrap.
You can access the application live at https://news-app-abhishek.netlify.app/
- Node.js installed on local machine.
-
Clone the repository:
git clone https://github.com/abhi-soni/news-app.git
-
Change directory:
cd news-app
-
Install dependencies:
npm install
-
Start the server:
npm run dev
-
Open
http://localhost:5173
in your browser to view the app.
Contributions are welcome. Feel free to open a pull request or branch from this repo.