A frontend user interface designed to interact with my News API, available here.
Northcoders' News serves as a social news aggregation, web content rating and discussion website. It features articles categorised into topics, each with user-curated ratings derived from upvotes and downvotes through the API. Users can also contribute comments about specific articles.
You can access the deployed app here.
To run this app locally, follow these instructions:
- Clone the repository:
git clone https://github.com/rmachaal/nc-news-app.git
- Navigate into the project directory:
cd nc-news-app
- Install project dependencies:
npm install
- Once the dependencies are installed, you can start the development serving using:
npm run dev
This will start the development server provided by Vite, allowing you to view the app in your browser.
This project requires Node.js version 10 or higher.