Skip to content

aytchhh/project-0-fe

Repository files navigation

NC News

NC News is a dynamic web application designed to emulate the functionalities of platforms like Reddit. Users can browse through articles, leave comments, vote on articles, and interact with various content.

Deployed Version

You can visit the live version here

Backend Repo

The backend for this project is available here

Requirements

Before setting up, make sure your system meets the following requirements:

  • Node.js v21.6.1 or higher

You can check your Node version by running the following command in your terminal:

node --version

Setting Up Locally

  1. Clone the repository:
  • Navigate to the folder where you want to clone the repo, then type the following command in your terminal:
git clone https://github.com/aytchhh/project-0-fe.git
  • If you are not familiar with github, check out this article: cloning a repo.

  • After cloning, open this repo in VSCode or your preferred editor.

  • Open the terminal within your editor. For VSCode, press Ctrl+` or Cmd+`

  1. Install dependencies:
npm install
  1. Run the project:
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published