README + cleanup
All checks were successful
Deploy React / build-and-deploy (push) Successful in 18s

This commit is contained in:
2026-05-01 13:07:26 +02:00
parent 5bcf3e673e
commit dc55a4da95
10 changed files with 23 additions and 89 deletions

View File

@@ -1,16 +1,17 @@
# React + Vite
# Hotel Rust API
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
## Description
Currently, two official plugins are available:
Ce projet vas de pair avec mon proof of concept pour un outils interne destiné à des hotels. J'ai utiliser ce projet pour apprend et pratiquer les bases du framework ReactJs, ainsi que pour testé les fonctionnalité et l'implementation de mon API en condition réel.
(API: https://gitea.mallardromain.com/Romain/hotel_api)
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
## Fonctionalités
## React Compiler
- Page de connections
- Connection automatique après première identification
- Dashboard montrant les chambres/inventaire ainsi que le chat, avec des mise a jour en temps réel
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
## Démo
## Expanding the ESLint configuration
Une version de ce projet est déployer à cette addresse: https://mallardromain.com/hotel-demo/
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.