Skip to content

dermike/conversational-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conversational-ui

Conversational UI web app experiment. Demo

Setup

js/app.js

Built upon the structure Category 1 -> Category 2 -> Info as defined in js/app.js. Also check this file for customising the selection of replies, randomly selected for each step. See this repo for a real world example using AJAX for content.

index.html

Content view for the info step is defined here under .content div. Id's from menu and submenu need to be combined.

Build

This project mainly uses ES2015 JavaScript features. Can be run in Chrome or Safari Technical Preview, but needs transpilation with Babel for other browsers using Gulp.

gulp js

transpiles and minifies to js/app.min.js.