mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
<h1 align="center">Welcome to Application rencontre 👋</h1>
|
|
<p>
|
|
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
|
|
<a href="https://opensource.org/license/mit/" target="_blank">
|
|
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
|
|
</a>
|
|
</p>
|
|
|
|
> Application de rencontre (Projet WEB4)
|
|
|
|
### 🏠 [Homepage](indisponible pour le moment)
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
npm run start
|
|
```
|
|
|
|
## Stack
|
|
- [Next.js](https://nextjs.org/) - Un framework React avec rendu hybride statique et serveur, préchargement de route, etc...
|
|
- [Chakra UI](https://chakra-ui.com/) - Une bibliothèque de composants simple et modulaire pour React.
|
|
|
|
## Structure du projet
|
|
```
|
|
$PROJECT_ROOT
|
|
├── pages
|
|
│ └── # Fichier de pages
|
|
├── components
|
|
│ └── # Composants React
|
|
└── public
|
|
└── # Fichiers statiques (images et modeles 3d)
|
|
```
|
|
|
|
## Auteurs
|
|
|
|
👤 **Gaël BRUGUÈS** ([@Gagl08](https://github.com/Gagl08))
|
|
|
|
👤 **Laurian DUFRECHOU** ([@Laurian-Dufrechou](https://github.com/Laurian-Dufrechou))
|
|
|
|
👤 **Lucàs VABRE** ([@LucasVbr](https://github.com/LucasVbr))
|
|
|
|
## 📝 License
|
|
|
|
Copyright © 2023 [Lucas VABRE](https://github.com/LucasVbr).<br />
|
|
Ce projet est sous licence [MIT](https://opensource.org/license/mit/).
|