https://github.com/alexajit/visualize-data-tree
An online tree-like utility for generating ASCII folder structure diagrams.
https://github.com/alexajit/visualize-data-tree
Last synced: over 1 year ago
JSON representation
An online tree-like utility for generating ASCII folder structure diagrams.
- Host: GitHub
- URL: https://github.com/alexajit/visualize-data-tree
- Owner: AlexAjit
- Created: 2024-11-24T16:42:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T05:51:55.000Z (over 1 year ago)
- Last Synced: 2025-02-04T20:17:29.296Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://visualize-data-tree.vercel.app
- Size: 266 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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**
```plaintext
src
components
Header.jsx
Footer.jsx
utils
helpers.js
App.js
public
index.html
styles.css
README.md
```
**ASCII Diagram**
```plaintext
src
├── components
│ ├── Header.jsx
│ └── Footer.jsx
├── utils
│ └── helpers.js
├── App.js
public
├── index.html
└── styles.css
README.md
```
Steps to clone -
Step 1 -
```bash
git clone https://github.com/AlexAjit/Visualize-data-tree.git
```
Step 2 -
```bash
cd Visualize-data-tree
```
Thank You, I can revert the Binary Tree and exploring desinging LRU Cache too. Be in touch!