A simple email contact form for a static web application.
- React.js
- MaterialUI
- HTML5
- Bootstrap 4
- CSS3
- AWS S3
- AWS SES
- User can send name, email, and message to AWS verified email address.
- Node.js 10 or higher
- NPM 6 or higher
- Clone the repository.
git clone https://github.com/bailey-hill/email-submission.git
cd email-submission
- Install all dependencies with NPM.
npm install
- Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.
npm start