NC News is my first front-end project at Northcoders, linking with a back-end project that set up an API!
This website displays the news articles from the back-end database, and enables filtering of these by date, author, rating and topic. Additionally, individual articles can be voted and commented on, with the ability to delete articles posted by the current user.
Please find the hosted site here
The back-end repo can be found here
- Node v20.18.0
In order to run this site locally, please follow the steps below:
- On GitHub, navigate to the main page of the repository and click
<> Code
- Copy the URL for this repo
- On your local machine, type
git clone
followed by the repo URL into the terminal, pressing enter to create your local clone - Use the command
CD
to navigate into this folder
Once the repo is open, please run the following commands in the terminal:
npm install
- this will install all the dependencies for the project to runnpm run dev
- this will set up the site on a local port and provide a link to view the site in a browser
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders