Welcome to my front-end Northcoders project!
I've crafted a front-end service to display the data retrieved from a back-end news API that I built with the skills I've learned so far, try it for yourself here
This project is the front-end for an API that retrieves news articles and displays them in a list. You could sort the articles and/or order them too!
Once you've selected a specific article to view, you can:
- Vote on the article
- View the associated comments
- Add your own comments (and even delete comment from the associated username!)
You can also check out my back end project here
Please feel free to clone my project and run it locally. Follow these steps:
-
Clone the repo with "git clone https://github.com/RubyEdwards/nc-news.git"
-
Install all the necessary dependencies with "npm install"
-
Open the page by using "npm run dev" and clicking on the hyperlink
Minimum versions required:
- Node - v18.20.5
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders