Hello! ๐ Welcome to my news aggregator app - NC News.
Click here to visit and explore the app.
This is my front-end project that uses my news API built in the back-end phase of the Northcoders bootcamp.
Making calls to the API, the app allows the user the following functionality:
- ๐๏ธ Access a list of all articles
- ๐ฆ Filter articles by topic
- ๐ Sort articles by: date, comment count and votes
- โฌ๏ธโฌ๏ธ List sorted articles in ascending or descending order
- ๐ View a single article
- ๐งต View comments relating to a given article
- ๐ฌ Post comments
- ๐๏ธ Delete user comment
๐ง Before beginning setup, please check you have at least these versions of the following:
node
- v. 17.5.0
After doing so, perform each step, in order:
git clone https://github.com/davidptclark/fe-nc-news-project
Simply run npm install
to install the necessary dependencies required.
To build and run the site on your local machine, run npm start
.