/react-native-pokedex

Pokedex application built with React Native and TypeScript

Primary LanguageTypeScript

Mobile Pokedex App

react-native-pokedex.mp4

Features

  • List of pokemons
  • Search pokemons by name or ID
  • Details of pokemons
    • About
    • Stats
    • Evolution

Stack

How to run

This project can be run from the Expo client app.

npm install
npm start

Project structure

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── screens    # Screen components
    ├── components # UI components
    ├── utils      # Helpers
    └── interfaces # TypeScript interfaces

Autor