Live Site: nc-news-pro.netlify.app
This is the frontend for NC News, a news aggregation site that allows users to view articles, filter by topics, sort by various criteria, and interact with articles by commenting and voting.
The project was built using React.js and interacts with the backend via RESTful API requests.
The frontend fetches data from the NC News API:
🔗 news-project-lza1.onrender.com
Ensure you have the following installed to run this project locally:
- Node.js: v23.6.1 or higher
git https://github.com/alexiskelsall/nc-news.git
cd nc-news
npm install
npm run dev
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders