Skip to content

Commit bcabb10

Browse files
committed
Merge branch 'refactor/frontend' of github.com:EliasJHL/TaskFlow into refactor/frontend
2 parents 587b623 + b9973f9 commit bcabb10

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ TaskFlow is a collaborative project management tool built with TypeScript, React
1717
- Dark and light mode support
1818
- Self-hosted or cloud deployment
1919

20+
## 🛠️ Tech Stack & Credits
21+
22+
This project stands on the shoulders of giants. Special thanks to the open-source community.
23+
24+
**Core Stack:**
25+
- [NestJS](https://nestjs.com/) (MIT) - Backend Framework
26+
- [React](https://react.dev/) (MIT) - Frontend Library
27+
- [Prisma](https://www.prisma.io/) (Apache 2.0) - ORM
28+
29+
**Key Libraries:**
30+
- **[tldraw](https://github.com/tldraw/tldraw)** (Apache 2.0) - The amazing whiteboard engine used for the infinite canvas.
31+
- **[shadcn/ui](https://ui.shadcn.com/)** (MIT) - UI Components.
32+
- **[dnd-kit](https://dndkit.com/)** (MIT) - Drag and Drop primitives.
33+
2034
## Demo
2135

2236
Try the hosted version at [Not ready yet] or deploy your own instance in under 5 minutes.

0 commit comments

Comments
 (0)