This App allows users to add, update and delete feedback on a hypothetical business. It uses a mock REST API with json-server. Pull the code to your machine, and you'll be able to rate from 1-10, add, edit, and deltete reviews as well!
npm install
npm run dev
This will run JSON-server on port :5000 and React on port :3000