Skip to content

rmachaal/nc-news-app

Repository files navigation

Northcoders' News

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.

Deployed App

You can access the deployed app here.

Run Locally

To run this app locally, follow these instructions:

  1. Clone the repository:

git clone https://github.com/rmachaal/nc-news-app.git

  1. Navigate into the project directory:

cd nc-news-app

  1. Install project dependencies:

npm install

  1. 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.

Requirements

This project requires Node.js version 10 or higher.

About

Frontend user interface for interacting with my News API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published