This project goes hand-in-hand with be-nc-news
The northcoders news frontend allows a user to interact with the API through a clean, reactive user interface, utilising POST, DELETE, PATCH and GET requests handled through the API.
Node: 22.8.0
It is recommended that you follow the steps in be-nc-news to setup your own backend, then change the URL in utils/api.js
- Clone the project with
git clone https://github.com/jeepies/fe-nc-news.git
- Move into the directory using
cd fe-nc-news
- Install dependencies using
npm i
- Run the dev server using
npm run dev
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders