A feedback form built with React and Redux
REACT REDUX FEEDBACK
Description
Duration: weekend challenge
This is a feedback form built with React and Redux which collects user 4 different user inputs. Users may go to selected input and change previous responses. Users are allowed to review and change their responses before submitting to the database. The ‘next’ button is disabled to prompt user to select a number 1-5. All existing feedbacks are displayed in admin. Users may delete feedback from database.
Screen Shots
Installation
- Create a database named
weekend-gallery
, - The queries in the
database.sql
file are set up to create all the necessary tables and populate the needed data to allow the application to run correctly. Please use [PostgreSQL] and [Postico]. - Open up your editor of choice and run an
npm install
- Open two terminal windows
- Run
npm run server
in your first terminal window - Run
npm run client
in your second terminal window
Acknowledgement
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality.