Skip to content

Cwazycodes/nc-news

Repository files navigation

NC News

Welcome to NC News, a news aggregation application where users can read articles, post comments, and vote on articles.

Deployed Version

Check out the live version of the app here.

General Information

NC News is a React-based web application that allows users to view articles on various topics, read comments, and post their own comments. The application supports sorting articles by date, comment count, and votes. Users can also vote on articles and comments.

Features

  • View a list of all articles
  • View articles by topic
  • Read an individual article
  • Post comments on articles
  • Vote on articles and comments
  • Error handling for non-existent paths, articles, and topics

Back End Repo

The back end for this project is available here.

Minimum Node Version

The minimum version of Node required to run this project locally is v14.17.0. You can check your Node version using the following command:

node --version

Running the Project Locally

To run the project locally, follow these steps:

  1. Clone the repository:
git clone <repo-url>
  1. Navigate to the project directory:
cd <project-directory>
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

The application should now be running on http://localhost:3000.

Created by

This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published