Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brenoliradev/browser-email-sender
- Owner: brenoliradev
- Created: 2021-10-24T04:02:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T02:24:45.000Z (about 3 years ago)
- Last Synced: 2024-04-30T02:27:43.979Z (8 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.