From 1150415a0ade0f7eceede145c65fef4581231815 Mon Sep 17 00:00:00 2001 From: auke Date: Fri, 18 Jul 2025 16:25:39 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec48fd2..b3bf0d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# Fusero Fullstack App - -This project is a fullstack web application using: +# Fusero website revamp +This is the revamp of the official Fusero website, this offers flexibility with new features compared to webflow. - 🧩 **React + TypeScript + Vite** (frontend) - ⚡ **Fastify + MikroORM + PostgreSQL** (backend) - ✅ **Vitest** (testing framework for both frontend and backend) From 80c05837accd447e3220166018fcbeeb1966ea49 Mon Sep 17 00:00:00 2001 From: auke Date: Fri, 18 Jul 2025 16:33:10 +0000 Subject: [PATCH 2/2] 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