https://github.com/calcagnoloic/pokenative
Application des concepts de react native dans une app mobile en lien avec la PokéAPI
https://github.com/calcagnoloic/pokenative
ci jest pokeapi-app reactnative
Last synced: about 1 year ago
JSON representation
Application des concepts de react native dans une app mobile en lien avec la PokéAPI
- Host: GitHub
- URL: https://github.com/calcagnoloic/pokenative
- Owner: CalcagnoLoic
- Created: 2025-02-04T10:53:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:03:56.000Z (over 1 year ago)
- Last Synced: 2025-02-20T13:41:53.914Z (over 1 year ago)
- Topics: ci, jest, pokeapi-app, reactnative
- Language: TypeScript
- Homepage:
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokeNative
## Overview of Pokemon tab
On the pokemon page, users can:
- View a list of the 1,025 existing pokemons, sorted by generation
- Filter your search by generation and name
- On the pokemon page, you can
- View general information (types, abilities, items held, etc.) and its cry
- See the evolution chain with the different ways it can evolve
- View basic statistics
- View alternative forms (male/female, shiny)
## Overview of Berry tab
On the page dedicated to berries, users can:
- View a list of bays sorted by effect
- Filter search by effect and name
- On the berry page, find general information such as its effect, where to find it, etc.
## Overview of Items tab
On the items page, users can:
- View a list of items classified by category
- Filter their search by category and name
- On the item page, find general information such as its effect, where to find it, etc.
## Overview of Technical Machine (TM) tab
On the page dedicated to technical machines, the user can:
- View the list of TMs classified by type
- Filter their search by type and name
- On the TM page, find general information such as effect, type, etc.
## Technologies
- React Native
- NativeWind
- PokeAPI