This commit is contained in:
Auke Steenman 2025-07-18 18:34:31 +02:00
commit 150942e683

@ -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)
@ -36,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
@ -119,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.