Skip to content

jonp2020/fe-nc-news-jp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Front-end Northcoder News App

About

A social-media news agregator built using React and styled with CSS and styled components.

A hosted version on Netlify can be found here.

A back-end api hosted on Heroku can be found here. The code for this is on Github

Users of the app can read articles, sort them by topic and date and vote articles up or down. Users can also view comments from other users as well as add and delete their own comments.

In order to vote, add and / or delete comments, the user needs to login (currently set to a default user called jessjelly). Only comments add by this user may be deleted.

Getting Started

Follow the instructions below to get a local version up and running.

Installation

  1. To begin with, (fork and) clone this repo by entering the following command in your terminal:
git clone https://github.com/jonp2020/fe-nc-news-jp.git
  1. Next, navigate into this folder and install the dependencies:
cd fe-nc-news-jp
npm install
  1. In order to run the app on your machine, run the following command:
npm start

The app will now run on http://localhost:3000.

  1. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published