The feedback-ui app is built using React and JSON Server. A user is allowed to add, edit, and delete their feedback updating the database in the process.
git clone git@github.com:joeepark/Feedback-UI.git
npm install
npm start
npm run dev
Please make sure the API_URL matches your json server port in src/context/FeedbackContext.jsx