Skip to content

Contact Form With React, Material UI and AWS

Notifications You must be signed in to change notification settings

Phillips/mk-contact-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Form http://mk-contact-form.s3-website-us-west-1.amazonaws.com

Project Outline Build a website contact form. The form should contain fields for Name, Email and message at a minimum. Upon submit, the form should send the message to the email provided in the form, with the name as the email subject.

Project Requirements: Set up a free account with Amazon Web Services (AWS) (https://aws.amazon.com/). Using Material UI, Build a form (name, email, message, submit button). The page must be a static website, hosted in an S3 bucket. Ensure proper field level validation (E.g. Please enter a name.) and action confirmation user experiences are properly handled. On submit, the UI should call API Gateway to trigger a Lambda function. The Lambda function should send an email using SES, and store the message in DynamoDB.

About

Contact Form With React, Material UI and AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 11.8%
  • CSS 4.2%