Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

executable file
·
35 lines (26 loc) · 1.38 KB

REDUX FEEDBACK

Completed May 10th, 2020 by Tan Van Nguyen

Technology utilized

React.js, Redux, HashRouter, 
Node, Express, Postgresql,
Javascript, CSS, HTML, 
Sweetalert2, Material-UI;

Description

This weekend project required me to create a multi-part form that allows users to leave feedback. Information is gathered using dispatches in Redux and redistributed among the other components. Material UI and SweetAlert2 was utilized to improve the aesthetics of the application. Axios requests allowed the page to work with the SQL database to store the feedback. Administrators can flag or delete the feedback.

Pictures of the Completed Project:

The Components:

  • 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
  • Review your feedback before submitting to database. review
  • Administrative view allows marking feedback as flagged or deleting them. admin

Project Notes

By creating an outline and working on the skeleton first, I was able to visualize the finished project. The project will be integral to my future in React and I believe it would be great to use as reference material.