NC News – Front End Deployed Version: https://ncnewsleah.netlify.app/ Backend repo: https://github.com/leahstone7/nc-news-backend
NC News is a news app in which users can read and filter articles, post and delete comments, and up/down-vote articles they enjoy (or not). This front-end piece is built with React and interacts with a custom RESTful API.
Minimum version of node to run locally: v23.8.0
How to run locally:
- git clone https://github.com/leahstone7/nc-news.git
- cd into ncnews
- run 'npm install'
- run 'npm run dev'
Features: Browse and filter articles by topic
View individual articles and their associated comments
Vote on articles and comments (up and down)
Sort articles by date and votes
Post and delete comments
Tech Stack: React
JavaScript
HTML
Axios
React Router
CSS
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders