Skip to content

KeanuOx/fe-nc-news

Repository files navigation

NC News Frontend

Deployed Version

You can access the deployed version of the app here: https://tranquil-pixie-09dfb5.netlify.app/

General Information

NC News is a responsive, user-friendly news aggregation app. Users can:

  • Browse articles on various topics
  • Sort articles by date, votes, or comment count
  • Vote on articles
  • Read individual articles along with their comments
  • Post new comments (requires user authentication)

Back-End Repository

The backend repository can be found here: https://github.com/KeanuOx/my-nc-news/

Minimum Node Version

The minimum Node.js version required to run this project locally is v16.0.0. You can check your current Node.js version by running:

node --version

Running Locally

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/KeanuOx/fe-nc-news

  2. Navigate into the project directory:

    cd fe-nc-news

  3. Install dependencies:

    npm install

  4. Start the development server:

    npm start

  5. Open the app in your browser at:

    http://localhost:3000

Digital Skills Bootcamp

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