An open API service indexing awesome lists of open source software.

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

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