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 📁.
- Host: GitHub
- URL: https://github.com/dresandev/dree
- Owner: dresandev
- Created: 2024-07-27T00:13:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T01:49:47.000Z (about 1 year ago)
- Last Synced: 2025-04-10T16:51:41.958Z (10 months ago)
- Topics: css-modules, nextjs14, tool, type, zustand
- Language: TypeScript
- Homepage: https://dreee.vercel.app
- Size: 720 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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