NC News is a full-stack news application where users can browse and read articles on various topics, filter by category, and sort by different criteria. The app provides users with an interface to explore content, view comments, and interact with articles. It uses the backend project I made here: Northcoders News API
- Node.js v18.19.1
-
Open your terminal and run the following command to clone the repository to your local machine:
git clone https://github.com/PhilTBatt/nc-news
-
Navigate into the cloned repository and run the following command to install the required dependencies:
npm install
-
Run the application so you can access it at http://localhost:5173
npm start
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders