Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 908 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 908 Bytes

A fully responsive news app built in React which displays articles and associated comments.

Features

Allows users to filter articles by topic, sort articles, post comments, delete comments and vote on articles. Displays relevant error messages where appropriate e.g. unknown paths and empty comment inputs.

Database and API

Access backend repo for this project here

Running project locally

  1. Clone this repo to your local machine by running one of the commands below in terminal within the folder you wish to work in
git clone https://github.com/noepse/news-app.git
git clone [email protected]:noepse/news-app.git
  1. Navigate into the created folder
cd news-app
  1. Install dependencies
npm install
  1. Run app in browser on local server
npm run dev

Minimum requirements

node.js - version ^20.9.0