/feedback_app

This App allows users to add, update and delete feedback on a hypothetical business. It uses a mock REST API with json-server.

Primary LanguageJavaScript

React.js "Feedback" App

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!

Screen Shot 2022-01-30 at 10 13 35 PM

Usage

Install dependencies

npm install

Run

npm run dev

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