Decision Tree

Decision tree application interface

Links

See project liveGo to GitHub repository

Story

Sometimes I can't figure out what was going through the recruiter's mind when she/he puts up a certain task. This is nothing more than a simple decision tree or equivalent diagram example. Nothing spectacular, I had to add some styling as the initial version made purely up to requirements was rather minimalistic. Oops, you can add and remove nodes and that is all. There are also some protective methods in place to prevent duplicate entries. Latest version is with Zustand, and has unlimited depth of levels. The code is almost entirely rewritten.

Tech

An example of decision-tree building scheme

Features

react
material-ui
formik
zustand
typescript