An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


CONTACT FORM


technology

technology

technology

# 💻 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

![screenshot](./assets/screenshot-01.png)
![screenshot](./assets/screenshot-02.png)
![screenshot](./assets/screenshot-03.png)
![screenshot](./assets/screenshot-04.png)