Welcome to the front-end repo for my web app project "Northcoders News", built with React and Vite and now hosted with Netlify.
Find the hosted web app here: https://003-nc-news.netlify.app
(Note: Please allow a minute or so for the API data to load when first using the site - after this initial loading period it will function much more quickly.)
This web app allows you to view various news articles by topic, sort them by different properties, vote on articles, and comment and manage comments on different articles. Further functionality, such as logging on as different users, voting on comments, and posting new articles, will be added in the near future.
Built using:
- Node.js v22.6.0
In order to clone and run this repo locally use the following steps:
- Navigate to the directory you want to clone the repo to:
cd <directory_name>
- Clone the repository
git clone https://github.com/bs-jenk/nc-news.git
- Install the dependencies
npm install
- Start a local server using Vite
npm run dev
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders