mshuber1981 / react-contact-form

📩 A simple contact form built with React Bootstrap, and powered by AWS.

Home Page:https://mshuber1981.github.io/react-contact-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Me

A simple contact form built with React Bootstrap, and powered by AWS. Try it out and send me a note.

LIVE DEMO

Contact Form Contact Form

Setting up the backend

There are a number of different ways to achieve the same end result here. I am familiar with Amazon Web Services so that is the route I chose.

A great article with all of the documentation you will need to get started can be found here.

I will outline the main steps below:

  1. Setup Amazon SES
  2. Create your Lambda function (example here)
  3. Create your API Gateway endpoint
  4. Connect your form to the endpoint URL

About

📩 A simple contact form built with React Bootstrap, and powered by AWS.

https://mshuber1981.github.io/react-contact-form/

License:MIT License


Languages

Language:JavaScript 75.3%Language:HTML 24.7%