There's Whispers on the Wind all around us; this is just a site to collect the most interesting ones for your viewing pleasure.
The Site can be found here.
This is the frontend side of my NC News Project, built entirely by me using the knowledge taught to me by the fantastic team at Northcoders (link at bottom). It is an albiet small site which has been created to both fetch and display articles hosted in a seperate database.
Functionality includes;
- Viewing listed Articles.
- Voting on existing Articles.
- Commenting on existing Articles.
- Accessibility has been achieved via the WAVE extension on Chrome.
Both repositories for this project can be found at my GitHub;
To run this code locally, do the following (note, you will need at least Node v22.9.0);
- Navigate to the linked repository.
- Press the green
Code
button, and select HTTPS in the Local tab. - Copy the link, and navigate to VSCode, or any other code visualiser software.
- In a Linux based Terminal, type the command
git clone https://github.com/WiccanWolf/fe-nc-news.git
, and press enter. - Run the command
npm install
to install all repo dependencies locally. - To view the site in development mode (i.e. without altering the Published version), run the command
npm run dev
, and copy the resulting URL to your browser.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders