An open API service indexing awesome lists of open source software.

https://github.com/dresandev/dree

Tool to generate text diagrams of folder and file structures 📁.
https://github.com/dresandev/dree

css-modules nextjs14 tool type zustand

Last synced: 9 months ago
JSON representation

Tool to generate text diagrams of folder and file structures 📁.

Awesome Lists containing this project

README

          

# Dree 🌴

## About the project

Yes, Dree like Tree 🐻‍❄️, this project could be seen as a reimplementation of the project https://tree.nathanfriend.io giving it my touch on the UI and using lighter technologies.
> [!IMPORTANT]
> All credits for the logic to generate the diagram for https://gitlab.com/nfriend/, I just removed the use of lodash.

## Screenshots

![image](https://github.com/user-attachments/assets/dd065044-c3b1-4b0f-b584-772e2030f88c)

## Comparison of technologies

| Dree | tree.nathanfriend.io |
| ------------- | ------------- |
| Next.js (React - Functional components) | React (Class Components) |
| CSS Modules | Bootstrap/SASS |
| Vanilla JS | Lodash |
| Zustand | Redux |