lucasew / decision-tree

PoC to allow custom decision trees for documentation. It allows markdown and it's made with svelte

Home Page:https://demo-web-decision-tree.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decision Tree

Custom decision tree queries using Svelte

It works with the user, or the url, providing a tree of questions. When you select the question it jumps to the next question.

You can host your questions anywhere as either a URL to a JSON or a base64 encoded JSON

For data format refer to src/Model.ts and the examples folder.

It doesn't check for data validation, it just assumes that is right.

About

PoC to allow custom decision trees for documentation. It allows markdown and it's made with svelte

https://demo-web-decision-tree.vercel.app


Languages

Language:Svelte 45.3%Language:TypeScript 23.0%Language:JavaScript 19.6%Language:CSS 8.4%Language:HTML 3.7%