sarray23 / PokemonApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokemonApp

Description

Objectives

  • Get the Pokémon list from Pokéapi
  • display the list of pokemons: Image pokemon + name + number of index + type(s).
  • Use a virtual scroll to display the data
  • Allow to sort Pokémon based on game's Pokédex.
  • Display Pokémon name
  • Display Pokémon type
  • Display Pokémon pic
  • Display Pokémon abilities
  • Display pkemon height
  • Display pokemon weight
  • Display Pokémon stats

Installation and Setup Instructions

  • git clone git_repo
  • cd PokemonApp
  • npm install (or yarn install)
  • npm start (or yarn start)
  • cd ios
  • pod install
  • cd ..
  • react-native run-ios
  • react-native link
  • react-native run-android
  • yarn test

Screenshots

Alt text Alt text Alt text Alt text

About


Languages

Language:TypeScript 50.5%Language:JavaScript 14.5%Language:Java 9.3%Language:CSS 8.1%Language:Objective-C 6.7%Language:HTML 5.6%Language:Starlark 2.9%Language:Ruby 2.0%Language:Swift 0.3%Language:C 0.2%