SurveySend is a survey app developed using React, Redux, MongoDB, Node, Express.
- SurveySend lets you create and send surveys to participants and see response data
- Sign in using Google OAuth authentication using Passport.js
- Create surveys and send to participants via email using Redux Form
- Purchase credits used to send surveys using Stripe card details
- Stores surveys and responses using MongoDB, Mongoose
- Captures recipients responses and updates database using SendGrid webhook data
- Backend – Node, Express, MongoDB, Mongoose, Passport.js, Stripe, SendGrid
- Frontend – React, Redux, Redux Form, React Router
- Click here for GitHub repo