Design done for the React course of Udacity, in the Redux stage. In this project we have a page that we can add comments, votes, edit and remove it, all separated by categories.
npm install
npm start
yarn install
yarn start
After running the project, it is necessary to run a project with an api with the data, found here
To run the project, run the node server.js
command inside the api-server folder