Skip to content

ismaelpaul/fe-nc-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Project: NC News

Summary

This project I made as part of the Front End module at Northcoders. It is a React app that displays news using a RESTful API that was created as my Back End Project. The articles can be filtered by topic and sorted by date, comments, votes and title and all of them can be ordered by ascending or descending order. You can also log in with a predefined user and upvote or downvote articles, write and delete comments.

-> Hosted Version

Getting started

1. Clone this repository

https://github.com/ismaelpaul/fe-nc-news.git
cd fe-nc-news

2. Install packages and dependencies

npm install

3. Run app

npm start

The app should open in your browser on http://localhost:3000/

Minimum Requirements

  • Node.js version 16.17.0
  • npm version 8.15.0


Work in progress