UPDATE: As of June 2020, Easy Email will no longer be supporting tone analysis via machine learning. I hope to revisit this concept in the future, but for now it's not financially feasible to continue using IBM Watson for this feature. If you're experienced in ML and interested in working on this, please reach out!
Built by Ryan Bahan
Coding emails is hard. Figuring out if they're worth sending is harder. Easy Email allows users of all skills levels to create beautiful, deployable emails with no code required. Even better - Easy Email leverages machine learning to analyze the emotional sentiment of your email content. Never be in the dark on emails again.
- React / Redux / Router
- React Quill
- React Color
- Node / Express
- IBM Watson Tone Analyzer
- Jest / React Testing Library
- Fork and/or clone this repo
- Change into the directory
- Install dependencies via
npm install
- Start webpack-dev-server via
npm run start
- Visit localhost:3000 in your browser
- Install the application as outlined above
- Run
npm run test
to run the Jest testing suite