Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.19 KB

feedback-app

Node + React: Fullstack Web Development

Application & Flow

Application for startups to request feedback from their customers. Features:

  • users sign up via Google OAuth
  • user pays for email credits via stripe
  • dashboard for startup owners
  • user creates a new 'campaign'
  • input list of emails to send the survey to
  • send emails to the list of surveyees
  • get tabulation of results and see report of all survey responses

Check Front-End inside '/client/'

  1. Enhanced authentication flows with Google OAuth authentication

  2. Communicate data from MongoDB to the React application

  3. Handle credit cards and receive payments from users with Stripe

  4. Effectively create and send emails from the back-end server with SendGrid

  5. Receive feedback from SendGrid when user clicks/opens the email by using a webhook