Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.07 KB

NC NEWS

Front-end Project

NC NEWS a front-end app is made in React.It connects to the backend API & database to aggregate news articles, topics, comments and users. The App is made using React.js, Axios library and Bootstrap.

An agile project management tool, Trello kanban board, has been used to manage and visualise the progress of the project.


Front-end APP

Github Link : https://github.com/goldfishdolphin/FE-NC-NEWS-APP


Back-end APP

There is a back-end API version of this app available at :
Github Link : https://github.com/goldfishdolphin/NC-News-Backend

How to use this repo

Minimum Requirement :

Please ensure that you have Node Version v16.x or above installed on your system.

Step 1 : Fork and Clone the repo

Open the repository and fork it.

In your terminal CLI

$git clone [forked repo link]
$cd nc-news

Step 2: Install dependencies

npm install

Step 3 : Run the App in the browser

npm start