The hosted version is available here: https://miatkinson-nc-news.netlify.app/
The project involves building a front end React application that serves as the front end for a news website
The application is a social news aggregation, web content rating and discussion website
Users are able to select their profile, explore various articles, vote on articles and read and leave comments
The backend repository can be found here: https://github.com/micatkinson/nc_news
SETUP
To run this program locally, you will require: Node.js: >=21.2.0
Next, clone the repository, and install the dependencies; In your terminal, run the following:
git clone https://github.com/micatkinson/nc-news
cd nc-news
npm install
npm run dev
This will host the local application for you to explore