Skip to content

NithishRaja/tree_visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TREE VISUALISER

A simple visualiser for tree data structures. Works with nodes having any number of children.

Editing code

  • HTML code is located inside index.html
  • Javascipt logic is located at index.js
  • Main CSS is located insode index.css

Running code

  • Opening index.html on a browser is sufficient
  • To serve over HTTP, run python -m http.server <Port No>

How to use

  • Click on a node to add a child to the node
  • Enter key as input when prompted

Docker

  • The dcker imaage can be found at docker hub
  • Instructions on how to use the image is also present at docker hub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors