A news app is a mobile or web application designed to provide users with up-to-date news and information from various sources. The app aggregates news articles, videos, and other content, presenting it in an organized and easily accessible format.
Steps to run this website in your local machine is as follows :
- Fork this repository
- Save the code on your local machine you can also clone the repository
- Open terminal
- Run following commands in the terminal :
- npm install
- npm run dev
- Browse the website by hitting
localhost:3000
on a web browser. - Make sure you have installed node js before entering these code in the terminal