NC-news/The FollowUp is a dynamic web application that allows users to view, interact with, and discuss various articles. The app provides a user-friendly interface for browsing articles, reading detailed content, and engaging in discussions through comments. It is designed to offer a seamless and interactive user experience.
You can view the live version of the app here: NC-news/The FollowUp
The backend for this project is available here: NC News Backend
To run this project locally, you will need Node.js version 21.7.3 or higher. You can check your current Node.js version by running the following command in your terminal:
node --version
Follow these steps to run the project locally:
- Clone the repository to your local machine:
git clone https://github.com/tomfollows/fe-nc-news
- Navigate into the project directory:
cd fe-nc-news
-
Open the repository in your preferred code editor, such as VS Code.
-
Install the required dependencies:
npm install
- Run the application locally:
npm run dev
The app should now be running on your local machine, and you can access it through your web browser.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.