Skip to content

dan-gruitt/nc-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published