You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
2.3 KiB
40 lines
2.3 KiB
<h1 align="center">JokeAPP</h1>
|
|
|
|
<p align="center">
|
|
<img src="https://img.shields.io/badge/React_Native-20232A.svg?style=for-the-badge&logo=react&logoColor=61DAFB" alt="React Native"/>
|
|
<img src="https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=for-the-badge&logo=javascript&logoColor=black" alt="JavaScript"/>
|
|
<img src="https://img.shields.io/badge/TypeScript-3178C6.svg?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript"/>
|
|
<img src="https://img.shields.io/badge/Node.js-339933.svg?style=for-the-badge&logo=node.js&logoColor=white" alt="Node.js"/>
|
|
<img src="https://img.shields.io/badge/Expo-000020.svg?style=for-the-badge&logo=expo&logoColor=white" alt="Expo"/>
|
|
<img src="https://img.shields.io/badge/Android-3DDC84.svg?style=for-the-badge&logo=android&logoColor=white" alt="Android"/>
|
|
<img src="https://img.shields.io/badge/iOS-000000.svg?style=for-the-badge&logo=ios&logoColor=white" alt="iOS"/>
|
|
|
|
</p>
|
|
|
|
## Introduction
|
|
`JokeAPP` est un projet qui à pour but la découverte et la maitrise de `React-Native` à travers différentes parties abordant chacune différents principes.
|
|
|
|
|
|
## Structure du Projet
|
|
Chaque partie du projet est associée à une branche distincte dans ce dépôt. Vous pouvez passer d'une partie à l'autre en changeant de branche. Une fois la partie finie elle se sera merge sur la branche master.
|
|
|
|
- [x] Partie 1 - `part1`
|
|
- Création projet, création classes Typescript, création Stub pour ce modèle
|
|
- [ ] Partie 2 - `part2`
|
|
- *
|
|
- [ ] Partie 3 - `part3`
|
|
- *
|
|
- [ ] Partie 4 - `part4`
|
|
- *
|
|
|
|
## Installation et Configuration
|
|
1. Clonez le dépôt : `git clone https://codefirst.iut.uca.fr/git/tony.fages/Tp_ReactNative.git`
|
|
2. Ouvrez le fichier cloné avec l'IDE WebStrom.
|
|
3. Aller grâce à votre terminal sur le projet et taper la commande `npm install` afin d'installer toute les dépendances
|
|
4. Taper la commande `npx expo start` afin de demarer le serveur permettant l'affiche du projet
|
|
5. Pour l'affichage du projet une fois le serveur lancer appuyer sur `i` ou `a` pour démarer le simulateur `ios` ou `android` ou bien installer l'application <a href="https://expo.dev">expo</a> et scanner le qr code pour le lancer directement sur votre téléphone
|
|
|
|
## Développeur
|
|
|
|
<a href="https://codefirst.iut.uca.fr/git/tony.fages/Tp_ReactNative.git" style="margin-right: 20px">Tony Fages</a>
|