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.
Github Link : https://github.com/goldfishdolphin/FE-NC-NEWS-APP
There is a back-end API version of this app available at :
Github Link : https://github.com/goldfishdolphin/NC-News-Backend
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