Skip to content

ajityadav2621/Visualize-data-tree

Repository files navigation

This project is an online utility designed to generate tree-like ASCII folder structure diagrams. It takes input as a directory or folder structure and produces a clear, hierarchical ASCII representation.

Features

Accepts nested folder structures as input. Automatically generates ASCII representations of folder hierarchies. Supports files and folders with custom names. Provides clean and organized visualizations for project directories.

Usage

Input Format: The user provides a folder structure using indentation to represent the hierarchy. Output: The tool generates an ASCII folder structure diagram.

Input


src
  components
    Header.jsx
    Footer.jsx
  utils
    helpers.js
  App.js
public
  index.html
  styles.css
README.md

ASCII Diagram

src
├── components
│   ├── Header.jsx
│   └── Footer.jsx
├── utils
│   └── helpers.js
├── App.js
public
├── index.html
└── styles.css
README.md

Steps to clone -

Step 1 -

git clone https://github.com/AlexAjit/Visualize-data-tree.git

Step 2 -

cd Visualize-data-tree

Thank You, I can revert the Binary Tree and exploring desinging LRU Cache too. Be in touch!

About

An online tree-like utility for generating ASCII folder structure diagrams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors