Skip to content

A pokédex built with React Native using the pokéAPI

Notifications You must be signed in to change notification settings

Bryant-Anjos/mobix-pokedex

Repository files navigation

Pokédex

A pokédex built with React Native using the pokéAPI

Screenshots

home filter status evolution

How to use

If the version has a login page log with the following user:

Email Password
[email protected] 123456

For devs (Instructions to install and run)

Prerequisites

  • git
  • yarn
  • node.js (recommended v14.17.6)
  • A mobile phone plugged to your computer using a USB cable or a Virtual Device created with Android Studio.

Installation

git clone https://github.com/Bryant-Anjos/mobix-pokedex.git
  • Enter in the repo directory:
cd mobix-pokedex
  • Install the dependencies:
yarn install

Execute

  • In a terminal run:
yarn start
  • In other:
yarn android