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
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
npm i
npm start