NC News is a user-focused frontend application for exploring and discussing news. Articles are organized by topics, and users decide which ones are popular by voting them up or down. Users can also leave comments, making discussions interactive and community-driven. This project showcases modern frontend skills and a clean, intuitive interface.
- Vite
- ESLint
- React
Backend Repository: https://github.com/Josobo/seeding-nc-news
Live API Base URL: https://nc-news-vafy.onrender.com
- Clone the repository
git clone https://github.com/Josobo/nc_news.git
cd nc_news
- Install dependencies
npm install
- Run in development mode
npm run dev
- Open http://localhost:5173 in your browser to see your app live.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders