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.
You can visit the live version here
The backend for this project is available here
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
- 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+`
- Install dependencies:
npm install
- Run the project:
npm run dev