Merge branch 'main' of https://gitea.liquidrinu.com/auke/fusero-site-frontend
This commit is contained in:
commit
150942e683
14
README.md
14
README.md
@ -1,7 +1,6 @@
|
|||||||
# Fusero Fullstack App
|
# Fusero website revamp
|
||||||
|
|
||||||
This project is a fullstack web application using:
|
|
||||||
|
|
||||||
|
This is the revamp of the official Fusero website, this offers flexibility with new features compared to webflow.
|
||||||
- 🧩 **React + TypeScript + Vite** (frontend)
|
- 🧩 **React + TypeScript + Vite** (frontend)
|
||||||
- ⚡ **Fastify + MikroORM + PostgreSQL** (backend)
|
- ⚡ **Fastify + MikroORM + PostgreSQL** (backend)
|
||||||
- ✅ **Vitest** (testing framework for both frontend and backend)
|
- ✅ **Vitest** (testing framework for both frontend and backend)
|
||||||
@ -36,6 +35,13 @@ fusero-frontend/
|
|||||||
| **Vite** | Fast dev server + build |
|
| **Vite** | Fast dev server + build |
|
||||||
| **Vitest** | Unit & component testing |
|
| **Vitest** | Unit & component testing |
|
||||||
| **React Testing Library** | Test components like real users |
|
| **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
|
### 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.
|
Loading…
Reference in New Issue
Block a user