A news CRUD web app built in React, in which users can view posts, sort posts by topic, view, write and delete comments and vote on posts and comments.
Hosted here.
Uses this API.
- Clone this repository.
- Open a terminal, navigate to the project's root directory, and run
npm install
. - Run
npm run dev
and follow the link provided.