@ -1,35 +1,24 @@
[](https://codefirst.iut.uca.fr/alexis.drai/AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
[](https://codefirst.iut.uca.fr/sonar/dashboard?id=AD_multiplat)
# AD_ReactNative
# PoKeMoNg
A React Native app for educational purposes. Refer
to [instructions here ](https://react-native-courses.clubinfo-clermont.fr/docs/notation ).
+ [About ](#about )
+ [Notation checklist ](#notation-checklist )
+ [Sketches ](#sketches )
- [Pokemongs ](#pokemongs )
- [Moves ](#moves )
- [Home ](#home )
- [Collection ](#collection )
- [Detail ](#detail )
- [Creating ](#creating )
- [Updating ](#updating )
+ [Using the app ](#using-the-app )
## About
## Notation checklist
* [ ] Documentation (6 pts)
- [ ] Application sketches (4 pts)
- [x ] Application sketches (4 pts)
- [ ] A Readme describing your project/application. (2 pts)
* [x] Basics (20 pts)
- [x] Navigation (3 pts)
@ -56,11 +45,27 @@ to [instructions here](https://react-native-courses.clubinfo-clermont.fr/docs/no
## Sketches
This app will contain several "master/detail" tabs. They are as follows.
This app will contain a home page, and a "master/detail" tab for `Moves` with basic CRUD features.
### Home
< img src = "./docs/home.png" width = "540" style = "margin:20px" >
### Collection
< img src = "./docs/moves.png" width = "540" style = "margin:20px" >
### Detail
< img src = "./docs/move.png" width = "540" style = "margin:20px" >
### Creating
< img src = "./docs/create.png" width = "540" style = "margin:20px" >
### Moves
### Updating
< img src = "./docs/moves.jpg" width = "540" style = "margin:20px" >
< img src = "./docs/ update.pn g" width = "540" style = "margin:20px" >
## Using the app