User Interface / Frontend for a fully functional contact center which can handle phone calls, SMS messages, or e-mails.
Demoed at SIGNAL 2016. Slides are here
Backend code lives in its own repository
To run:
npm start
and visit "localhost:3000"
This code uses:
- React.js for the UI
- Webpack to compile JS
- Babel for ES2015 support
- taskrouter.js to connect with Twilio Task Router
- Twilio Client to make/receive calls through the browser and many other tools.