Skip to content

A web application built in react that aggregates news from various sources through the newsapi - similar to google news.

Notifications You must be signed in to change notification settings

Catastrophe0123/news-aggregator

Repository files navigation

News Aggregator

Build Status

It is a web application built in react that aggregates news from various sources through the newsapi - similar to google news.

It is currently hosted in github static pages

The backend of the application can be found here

This repository contains the frontend of the news aggregator application.

Steps to run

  • clone the repository
  • run npm install to install the dependencies
  • run npx tailwind init tailwind.js --full
  • When running for the first time run npm run watch:css and quit the process when "src/styles/app.css" is populated/generated.
  • use npm start to start up the development server
  • Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see lint errors in the console.
  • use npm start for subsequent restarts.

About

A web application built in react that aggregates news from various sources through the newsapi - similar to google news.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published