sduale01 / Feedback-Survey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Feedback Loop

This application is a feedback form modeled after Prime's system. Feedback will be collected over 4 views, and when all steps are complete, your app will save the feedback in the database. In a separate part of the page, display the current feedback values and a submit button.

SETUP

Create your database and tables using the provided data.sql file. Start the server.

npm install
npm run server

Now that the server is running, open a new terminal tab with cmd + t and start the react client app.

npm run client

ADD NEW FEEDBACK

There will be 4 views for the form parts. The parts:

  • How are you feeling today? feeling
  • How well are you understanding the content? understanding
  • How well are you being supported? support
  • Any comments you want to leave? comments

THE REVIEW COMPONENT

Incomplete, Submit button is disabled:

comments

Survey complete, Submit button is active:

comments

SUBMIT THE FEEDBACK

understanding

ADMIN SECTION

display feedback

Author

Sharmarke Duale

About


Languages

Language:JavaScript 91.6%Language:HTML 7.2%Language:CSS 1.2%