1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours. (Study project)
Go to file
2024-02-23 15:31:43 +01:00
.husky chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.vscode chore: initial commit 2024-02-16 22:51:50 +01:00
app feat: setup React Native Paper 2024-02-23 15:31:43 +01:00
assets docs: add sujet et cahier des charges 2024-02-23 14:30:35 +01:00
components chore: initial commit 2024-02-16 22:51:50 +01:00
hooks chore: initial commit 2024-02-16 22:51:50 +01:00
tests chore: initial commit 2024-02-16 22:51:50 +01:00
.commitlintrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.editorconfig chore: initial commit 2024-02-16 22:51:50 +01:00
.eslintrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
.gitattributes chore: initial commit 2024-02-16 22:51:50 +01:00
.gitignore chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.gitlab-ci.yml ci: setup .gitlab-ci.yml 2024-02-16 23:07:13 +01:00
.lintstagedrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.npmrc chore: initial commit 2024-02-16 22:51:50 +01:00
.prettierrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
app.json chore: initial commit 2024-02-16 22:51:50 +01:00
babel.config.js feat: setup React Native Paper 2024-02-23 15:31:43 +01:00
CAHIER-DES-CHARGES.md docs: add sujet et cahier des charges 2024-02-23 14:30:35 +01:00
jest.config.json chore: initial commit 2024-02-16 22:51:50 +01:00
package-lock.json feat: setup React Native Paper 2024-02-23 15:31:43 +01:00
package.json feat: setup React Native Paper 2024-02-23 15:31:43 +01:00
react-app-env.d.ts chore: initial commit 2024-02-16 22:51:50 +01:00
README.md docs: add sujet et cahier des charges 2024-02-23 14:30:35 +01:00
SUJET.md style: fix prettier 2024-02-23 14:35:55 +01:00
tsconfig.json chore: initial commit 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é.

Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours.

Membres du Groupe 7

Prérequis

Installation

npm clean-install

Usage

# Run the application
npm run start

# Lint and Test
npm run lint:prettier
npm run lint:eslint
npm run lint:typescript
npm run test