Welcome to NC News - a social news aggregation, web content rating and discussion website. NC News has articles which are divided into topics, and each article has user-curated ratings from upvotes and downvotes using the API. Users can also add comments about an article.
You can access the deployed version of NC News by following this link.
To explore the backend code of NC News, please visit the backend repository.
Before running NC News locally, make sure you have the following minimum version of Node installed on your machine:
- Node >= 21.6.1
You can check your Node version by running the following command in your terminal:
node --version
If you have a lower version of Node installed, please update it before proceeding.
To run NC News locally, follow these steps:
- Clone the repository using the following command:
git clone https://github.com/natccc/fe-nc-news
- Navigate to the project directory:
cd fe-nc-news
- Install the dependencies by running:
npm install
- Start the development server:
npm run dev
- Open your web browser and visit
http://localhost:3000
to access the app.
[If there are any additional configuration steps required, mention them here. For example, setting up environment variables, database connections, or any other specific requirements.]
If you encounter any issues while using NC News or have any suggestions for improvement, please open an issue on the GitHub repository.
Enjoy using NC News!