Skip to content

ZalwayJH/fe-nc-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NC News

NC News is a full stack project based on an article & discussion website, created using the Create React App.

👁️‍🗨️ Here is the hosted version of this front-end project:

NC News

github You can link to the back-end Git repository I created here:

NC News API

🕸️ Here is the hosted version of the back-end api:

NC News Backend Endpoints

NC News App Preview

About The articles are divided into several categories. Each article has user curated ratings and can be up or down voted using the API. Users can also add their own comments about a article.

The site is not set up with user authentication, this is currently hard-coded as per the brief.

This front-end, hosted by Netlify, requests data from the backend, a REST API created with a PostgreSQL database and Express server and hosted by Cyclic.

Features

  • Mobile first design
  • View and filter articles by category
  • Sort articles by date, votes or comments
  • Users may add their own comments
  • Users may vote on articles *Error handling for invalid routes and bad requests

Technologies

Installation

Firstly, make sure you have Node.js installed.

Clone this repository on your local machine


git clone https://github.com/ZalwayJH/fe-nc-news

Navigate into the repository


cd fe-nc-news

Install dependencies


npm install

Start the application to run on your default browser


npm start

Built with Node Version: v18.7.0

About

NC news front end project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published