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

https://github.com/cosmitar/react-sample-tool

A sample email tool made with React, flux and react-router
https://github.com/cosmitar/react-sample-tool

Last synced: 22 days ago
JSON representation

A sample email tool made with React, flux and react-router

Awesome Lists containing this project

README

          

#React sample mailing tool
I made this by a customer requirement, using [React](https://github.com/facebook/react), [flux](https://github.com/facebook/flux) and [react-router](https://github.com/rackt/react-router).

The goal is the automatization of a customer service after-sale email.

They can input the destination emails, about 8 addresses, the DropBox URL where assets for customers are stored and an optional text to add in the email.

***the tool has a login page (hacked for this sample).***
***Email template is not included.***

[Try the demo](http://cosmitar.github.io/react-sample-tool/)

##License
MIT

##Try locally
clone this repo
```
npm install
npm start
```
browse ```http://localhost:5000```