/Pokedex-React-Native

App made with React Native and Typescript learning how to create multiplatform apps.

Primary LanguageTypeScript

Pokedex-React-Native

This app was built following the Udemy Course about React native. This app allow to fetch all the information from a free REST api call Poke API

⭐ Features

  • Fetch pokemons from the API and display them in a list.
  • Infinite scroll with pagination
  • See details from a specific pokemon
  • Save in memory pokemons gotten from the api
  • Search pokemons
  • Search pokemons by id or name
  • Fade in image for each pokemon
  • Set background color of the card of each pokemon regarding its colors

This application was developed using Typescript and uses the following components:

  • React native image colors
  • React native safe area context
  • React native vector icons
  • React native navigation, stack
  • React native bottom tabs
  • Axios
  • Custom hooks
  • Custom components
  • Stylesheet component
  • CSS

Screenshots

Main Screen Detail Search
Home Detail Search