This project is the frontend for Northcoders News, a social news aggregation, web content rating, and discussion website. Users can browse articles by topics, view article details, comment on articles, and vote on article quality.
The deployed version of this frontend can be accessed at Winnie's NC News App (Frontend).
For functional testing, you can use the username tickle122
.
The backend API repository for Northcoders News can be found at Winnie's NC News Api (Backend).
Node.js v21.7.1 or higher is required to run this project locally.
To run this project locally, follow these steps:
-
Clone the repository:
git clone
https://github.com/WinnieLamS/winnie-fe-nc-news -
Navigate to the project directory:
cd winnie-fe-nc-news
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:5173 (or the URL provided by Vite) to view the app locally.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders