Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brenoliradev/browser-email-sender

A React email sender form
https://github.com/brenoliradev/browser-email-sender

Last synced: 26 days ago
JSON representation

A React email sender form

Awesome Lists containing this project

README

        

# Browser Mail Sender

## Available Scripts:
* `yarn start`
* `yarn test`
* `yarn build`
* `yarn eject`

# How To Use:
* Initially run `yarn install` for turn on all dependencies;
* Run `node sendmail.js` for run the API;
* Run `yarn start` for run the project.
* *Make sure to config your `.env` and check if the localhost port is correct.*

## About This Project:
* Created using React + Node
* Dependencies:
* Nodemailer - API for send mails;
* CORS + Axios + BodyParser + Express + dotenv - Server for API;
* Material UI + SASS - Style;
* Formik + Yup - Form Validation;

## To do
* Change the button and display message for error / sucess;
* Refactor and deploy it.