This is a Feedback app created in React. It allows users to add, update and delete feedback. It uses a mock REST api with json-server. This is a project from a React course.

Usage

Install dependencies

npm install

Run

npm run dev

This will run JSON-server on port :5000 and React on port :3000