Skip to content

paduanton/news-feed-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

News Feed is an open source project that implements a news aggregator website that pulls articles from various sources and displays them in a clean, easy-to-read format. It was developed in ReactJS and this repository is the Frontend App only, and the backend is written in Laravel and can be seen here:

News Feed API

System Requirements (Mac OS, Windows or Linux)

After clonning the repo, run the following commands on bash, inside the root directory:

Install dependencies:

npm install

Build and run the application:

docker-compose up --build

And that's it!

To view your application, go to http://localhost:3000/ on your web browser.

Notes:

  • Do not forget to build and run the backend server before starting the front-end!

About

Front-end implementation of a news aggregator website that pulls articles from various sources and displays them in a clean, easy-to-read formatted screen

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors