https://github.com/jefferson1104/contactformmail-nextjs
Serverless contact form with sending email using nodemailer service, project developed with Typescript, NextJS and TailwindCSS.
https://github.com/jefferson1104/contactformmail-nextjs
Last synced: 4 months ago
JSON representation
Serverless contact form with sending email using nodemailer service, project developed with Typescript, NextJS and TailwindCSS.
- Host: GitHub
- URL: https://github.com/jefferson1104/contactformmail-nextjs
- Owner: jefferson1104
- Created: 2021-10-25T20:38:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T23:45:12.000Z (over 3 years ago)
- Last Synced: 2025-01-11T14:47:54.155Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CONTACT FORM
![]()
# 💻 About project
Thanks to the BFF and serverless feature of NextJS I built a functional form with data submission via email, in the development the main technologies were used: typescript, nextjs, axios, nodemailer and tailwindcss.
# 🚀 How to run the project
```bash
# Clone this repository
$ git clone https://github.com/jefferson1104/contactFormMail-nextjs.git# Configure nodemailer transporter through .env
change .env.local.example to .env.local# Enter your provider's email setting in .env.local
# Run project
$ yarn dev
```# 🎨 Screenshots



