Skip to content

mmutee/micro-mindmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Created a Javascript/HTML based offline tool to help you plan projects using a node based system. Similar to Miro. mindmap%20v4 6 html

You will need to grab the D3 Javascript library, place it in the same folder as the HTML file to make it work offline. Or edit the HTML and change this line

<script src="d3.v7.min.js"></script> To this <script src="https://d3js.org/d3.v7.min.js"></script>

The controls are very simple

Single click on any node to create a sub-node

Right click on a node to delete it

Alt-Click to rename a node

Ctl-Click to mark task as done

Shift-Click to highlight a node

You can save and load your maps from the buttons on top

Disclaimer: The code was generated through ChatGPT 3.5

About

An offline Project Planner that runs in the browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages