QuickBuzz is a react app that utilizes the NewsAPI to display the latest news. Readers can view the showcase or choose from different categories: business, technology, sports, etc. A search bar is available to filter news by keywords. Local weather and live stock information feature is to be added. 'infinite-scroll' and 'loading-bar' npm packages have been used to improve UX.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
git clone https://github.com/adi-42/react-news-webapp.git
cd news-app
npm install
npm start