2024-02-16 22:51:50 +01:00
|
|
|
# P61 - Projet
|
|
|
|
|
|
|
|
## À propos
|
|
|
|
|
|
|
|
Application mobile en React Native pour le projet du module P61 Développement avancé.
|
|
|
|
|
2024-02-23 14:30:35 +01:00
|
|
|
Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours.
|
|
|
|
|
|
|
|
- [Sujet](./SUJET.md)
|
|
|
|
- [Cahier des charges](./CAHIER-DES-CHARGES.md)
|
2024-02-16 22:51:50 +01:00
|
|
|
|
|
|
|
## Membres du Groupe 7
|
|
|
|
|
|
|
|
- [Théo LUDWIG](https://git.unistra.fr/t.ludwig)
|
|
|
|
- [Haoxuan LI](https://git.unistra.fr/haoxuan.li)
|
|
|
|
- [Maxime RUMPLER](https://git.unistra.fr/m.rumpler)
|
|
|
|
- [Maxime RICHARD](https://git.unistra.fr/maximerichard)
|
|
|
|
|
|
|
|
## Prérequis
|
|
|
|
|
|
|
|
- [Node.js](https://nodejs.org/) >= 20.0.0
|
|
|
|
- [npm](https://www.npmjs.com/) >= 10.0.0
|
|
|
|
- [Expo Go](https://expo.io/client)
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm clean-install
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# Run the application
|
|
|
|
npm run start
|
|
|
|
|
|
|
|
# Lint and Test
|
|
|
|
npm run lint:prettier
|
|
|
|
npm run lint:eslint
|
|
|
|
npm run lint:typescript
|
|
|
|
npm run test
|
|
|
|
```
|