Skip to content

This app is a reflection form for users to submit their daily feedback.

Notifications You must be signed in to change notification settings

m2vang/reflection-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflection Feedback Loop Application

This project is for anyone who wants a feedback online application. This app will allow admins to keep track and view every feedback. The most current feedback will be displayed on top. There is a series of 4 views with a question on each that will allow inputs from the user.

Built With:

React.js
Redux
React-Redux
React Routing
Material-UI
PostgreSQL
Express
Node
JS

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Steps to get the development environment running:
Download this project.
npm start
Create the 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

Completed Features

High level list of items completed:

  • Allow admins to delete feedbacks
  • Answers are saved in the redux store until they are submitted, which will then push the data into the database

Next Steps:

  • Deletion warning when deleting feedbacks popup
  • Fix bug on flagging feedback feature
  • Ability to sort feedbacks by their categories

Authors:

Mai Chee Vang

Acknowledgments:

Prime Digital Academy