# P61 - Projet ## À propos Application mobile en React Native pour le projet du module P61 Développement avancé. [Sujet](./SUJET.md) ## 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 ```