A simple visualiser for tree data structures. Works with nodes having any number of children.
- HTML code is located inside
index.html - Javascipt logic is located at
index.js - Main CSS is located insode
index.css
- Opening
index.htmlon a browser is sufficient - To serve over HTTP, run
python -m http.server <Port No>
- Click on a node to add a child to the node
- Enter key as input when prompted
- The dcker imaage can be found at docker hub
- Instructions on how to use the image is also present at docker hub