NC News Frontend is a React-based web app for browsing articles, topics, comments, and users. It connects to the backend API, providing a smooth user experience for interacting with content.
The hosted version of the app can be found here.
The backend repository for NC News can be found here: NC News Backend.
- Node.js: v21.6.2 or higher
Run the following command to install dependencies:
npm install
To start the development server, use:
npm run dev
The app will run at http://localhost:5173
by default.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.