dermike / conversational-ui

Conversational interface web app example

Home Page:https://librarian.dev/conversational-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conversational-ui

Conversational UI web app experiment. Demo

Setup

js/app.js

Built upon the structure Category -> Sub-category -> 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 without a hitch, but needs transpilation with Babel for other browsers using Gulp.

To transpile, install Node.js and Gulp if you haven't already. Then install the project dependencies required, listed in package.json, with:

npm install

Then run the transpile task defined in gulpfile.js:

gulp js

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

About

Conversational interface web app example

https://librarian.dev/conversational-ui

License:MIT License


Languages

Language:JavaScript 63.8%Language:CSS 23.6%Language:HTML 12.7%