NC News Frontend- still building and improving 🚧
A React-based frontend for the NC News API — a Reddit-style news aggregation site.
Users can browse articles, filter by topic, sort by votes/comments/date, read full articles, and interact through comments and voting.
This frontend connects to a hosted RESTful API and allows dynamic navigation through React Router.
🔗 Back-end Repository: NCNews_BE
Minimum Requirements:
Node.js v20.11.0 or higher (check your version using node --version)
Installation Instructions:
1.Clone the repository
git clone https://github.com/Andipascale7/nc-news.git cd nc-news
2.Install dependencies
npm install
3.Start the development server
npm run dev
Your app should now be running at http://localhost:5173/
Default User:Currently, all comment and delete actions are attributed to the default user: jessjelly (No authentication is implemented — this app is for demonstration purposes)
Styling in Progress:
The current version prioritizes functionality. UI/UX enhancements will be added in a later phase.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.
Live site: