Duration: 12 hour Sprint
Over the course of a weekend, the goal was to create a functional full-stack web based application. The web based application allow users to submit feedback.
GIF showing application features:

In order to better understand where each path should lead to, I created a flow chart of how each path is interconnected. This allowed me to keep organized as I was aware of what each component should be doing.

- Clone this repository for your own access.
 - Open up your editor of choice and run 
npm install - Using your preferred database manager. Use the provided SQL file to set up the database as well as insert dummy data if needed.
 - Run 
npm run serverandnpm run clientin two different terminals. - Navigate to http://localhost3000/
 
This web application is meant to create an interactive feedback form where users can submit their feedback, or go back to any previous pages:
- The user answers each question on the feedback form by selecting their choice and then selecting next.
 - Using the go back button, users can go back and change their choices.
 - Once the feedback form is submitted, the data is sent to the database
 - Admins can look at the admin tab to see all the feedback sent. Additionally, they can delete any feedback or flag any for review.
 
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality.
If you have suggestions or issues, please email me at paulhoanglong@gmail.com