NewsAgent

It’s a comprehensive news website powered by the News API and hosted on Firebase. NewsAgent provides users with up-to-date news articles categorized into Business, Entertainment, Health, Science, Sports, and Technology sections. This project demonstrates my proficiency in web development, data integration, and user-focused content delivery.

Github file size

newsapp

Live Demo

Link

Setup

Goto the project folder and install required dependencies:

npm install

And run Webpack to watch for code changes and bundle js and scss files:

npm start

Project will be automatically open at http://localhost.com:3000

For production build:

npm run build

Give it a ⭐ if you like it.