You can access the deployed version of the app here: https://tranquil-pixie-09dfb5.netlify.app/
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)
The backend repository can be found here: https://github.com/KeanuOx/my-nc-news/
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
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/KeanuOx/fe-nc-news
-
Navigate into the project directory:
cd fe-nc-news
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open the app in your browser at:
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.