https://hc-nc-news.netlify.app/
Northcoders News is a social news aggregation, web content rating, and discussion website.
Northcoders News has articles which are divided into topics. Each article has user curated ratings and can be up or down voted using the API. Users can also add comments about an article.
https://github.com/HarCass/nc-news-api
To clone this repo you must have git installed on your system. Then navigate to the desired location you want the repo to be contained in and run the following command in your terminal
git clone https://github.com/HarCass/nc-news-site
You may be prompted for your github details.
You can then make your may into the repo by running the following in the terminal
cd nc-news-site
Once the repo is cloned and you have navigated inside of it, you can install the needed dependencies for the application. To do so you must have at least Node version 18.13.0 installed and run the following in the terminal
npm install
To host the site locally on your machine, run the following in the terminal
npm start
This will start the site on a local port and a link to it will be specified in the terminal which will open the site in your browser.