/taskdep

Experiment in creating and visualizing a dependency tree

Primary LanguageJavaScript

A task dependency graph visualization editor. Built with react and d3.

demo

I came up with this while working on blubox because I kept creating dependency graphs to figure out what construction tasks depended on others. At the time I used graphviz which was manual and cumbersome. This tool is an (in-progress) attempt to make a more interactive dependency graph visualization tool.

Demo of the current state: https://taskdep.netlify.com/

This project was bootstrapped with Create React App.