A web application for creating, moving, and deleting nodes (rectangles) and connections between them.
- You can start working once the welcome message disappears.
- The workspace is bounded by the green border.
- Rectangles:
- Create — double-click inside the workspace,
- Delete — double-click on a rectangle,
- Drag — hold the left mouse button on a rectangle and move it to the desired position.
- Connections:
- Create — select 2 rectangles by clicking them one after another.
- Delete — click on a line, then choose an action: the X button to delete, the slash button to cancel.
- All created elements are saved in local storage.
- The "Clear all" button removes all created elements.
Built with VueJS.