Feedback survey collection application using React Redux and nodejs.
The application does a google auth strategy single sign on with google+ profile active users with gmail account. This application does a simple feedback creation with a standard email template. The feedback survey is a survey generation application Integrated an sendgrid to send mailers and search local running instance to search based on email title.
βοΈ Google Auth;
βοΈ Survey Creator Template;
βοΈ Email Sender Template;
The following tools were used in this project:
Before starting π, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/vaibhav046/feedback-survey
# Access
$ cd feedback-survey
# Install dependencies
$ cd client && npm i
$ cd server && npm i
# Run the project
$ cd client && npm start
$ cd server && npm start
# The server will initialize in the <http://localhost:3000>
Author: vaibhav046
Source Code: https://github.com/vaibhav046/feedback-survey
#reactjs #react #nodejs #node #javascript