https://cj-nc-news.netlify.app
A social news aggregation, web content rating and discussion website.
Northcoders News has articles which are divided into topics, and each article has user-curated ratings from upvotes and downvotes using the API. Users can also add comments about an article.
This project utilises the API which was previously developed as part of a back-end project. The repo for the back-end project can be found here : (https://github.com/Carmel-Jane/cj-northcoders-news-api).
- Fork or clone the repo from https://github.com/Carmel-Jane/nc-news
- Run
npm install
in the terminal - Run
npm run dev
to preview live in the browser
Node.js : v21.6.1