/fe-nc-news

This project is a demonstration for the use of React, Node and Axios to create a simple, responsive App.

Primary LanguageJavaScript

NC-News app

This project is a demonstration for the use of React, Node and Axios to create a simple, responsive App. The purpose of this project was to consolidate my understanding of making a C.R.U.D application from a front end perspective.

The project has a default, logged-in user, tinkle 122.

As user You can:

  • read articles and vote for it.
  • You can also comment on any article, update or even delete your own comment.
  • You can sort article by topics, article date and by author name as well.
  • You can sort by ascending or descending order

Links to the app


Setting up the project

If you want to work with this repository locally you will need to clone it onto your local machine. To do this, navigate to where in your file system you want the repository to be saved in the command line, and run the following command:

git clone https://github.com/Ha-Mundo/fe-nc-news.git

Step 1 - Install all dependencies

npm i

Step 2 - Run App in the browser

npm start