Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.26 KB

NC-NEWS

The hosted app can be found below, which which requires no local installation or setup.

Netlify hosted App

NC-NEWS (fe) is a website designed to allow the user to browse a variety of articles and comments. This can be accessed via individual topics on the 'topics' page, or by browsing all articles on the 'articles' page. The drop down box at the top of the screen allows you to choose a 'logged in' user to access certain functionality on the site, such as posting and deleting comments.

Getting started

You should download the repo to you own machine using the following code. You may wish to fork the repo to your own account first...

git clone https://github.com/robertharry/hosted-fe-news.git

Install the required dependancies use...
npm install
The minimum required versions are...

@reach/router ^1.2.1, axios ^0.19.0, react ^16.9.0

Then to start the app in your local browser...
npm start

Backend API

To access the backend Github repository use...

Github backend

Or access the api directly..

Backend API

Author

Robert Harrison