An application built with React, JavaScript and CSS displaying articles and comments. It is the second part of a 2 week full stack project, a link to the back end repo is provided below. Visitors can search articles by topic and sort them by a selection of queries. Logged in users can vote/remove a vote on an article, post a comment and delete their own comments. A default user is provided for test purposes.
https://github.com/Hugosuavez/be-nc-news
Node v21.5.0
Run the following commands for set up: git clone https://github.com/Hugosuavez/nc-news.git cd nc-news npm install
To run the project locally: Step 1. Run the command: npm run dev Step 2. Click the link provided to view the website.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders