From 80c05837accd447e3220166018fcbeeb1966ea49 Mon Sep 17 00:00:00 2001 From: auke Date: Fri, 18 Jul 2025 16:33:10 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3bf0d0..845476d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ fusero-frontend/ | **Vite** | Fast dev server + build | | **Vitest** | Unit & component testing | | **React Testing Library** | Test components like real users | +| **PrimeReact** | UI component library | +| **PrimeIcons** | Icon set for PrimeReact | +| **@tanstack/react-router**| Modern file-based routing | +| **React Hook Form** | Form state management | +| **Zod** | Schema validation | +| **Zustand** | Global state management | +| **Framer Motion** | Animations and transitions | ### Backend @@ -118,4 +125,4 @@ Set these in `.env` files: --- -Let me know if you'd like a `.env.example`, CI config, or Docker setup. +Let me know if you'd like a `.env.example`, CI config, or Docker setup. \ No newline at end of file